home *** CD-ROM | disk | FTP | other *** search
/ Learn Microsoft Visual Basic 6.0 Now / Learn Microsoft Visual Basic 6.0 Now (Microsoft Press)(X03-58607)(1998).ISO / lvb6.mdb / Item.json < prev    next >
JavaScript Object Notation  |  1998-06-07  |  59KB

  1. {
  2.     "schema": {
  3.         "ItemId": "Text (32)",
  4.         "Parent": "Text (50)",
  5.         "SortPath": "Double",
  6.         "ItemTitle": "Text (100)",
  7.         "ItemIsFolder": "Boolean NOT NULL",
  8.         "ItemSectionType": "Text (50)",
  9.         "ItemType": "Text (50)",
  10.         "ItemTypeAppend": "Text (100)",
  11.         "VSSCheckOutStatus": "Text (100)",
  12.         "Edit": "Boolean NOT NULL"
  13.     },
  14.     "data": [
  15.         {
  16.             "ItemId": "course",
  17.             "SortPath": 1,
  18.             "ItemTitle": "Learn Microsoft Visual Basic 6.0 Now",
  19.             "ItemIsFolder": 1,
  20.             "ItemSectionType": "chpt",
  21.             "ItemType": "chptfolder",
  22.             "Edit": 0
  23.         },
  24.         {
  25.             "ItemId": "labs",
  26.             "SortPath": 2,
  27.             "ItemTitle": "Labs",
  28.             "ItemIsFolder": 1,
  29.             "ItemSectionType": "lab",
  30.             "ItemType": "labfolder",
  31.             "Edit": 0
  32.         },
  33.         {
  34.             "ItemId": "LVB9800002",
  35.             "Parent": "course",
  36.             "SortPath": 4,
  37.             "ItemTitle": "Chapter 1: Writing Your First Program",
  38.             "ItemIsFolder": 1,
  39.             "ItemSectionType": "chpt",
  40.             "ItemType": "chptfolder",
  41.             "Edit": 0
  42.         },
  43.         {
  44.             "ItemId": "LVB9800003",
  45.             "Parent": "LVB9800002",
  46.             "SortPath": 3,
  47.             "ItemTitle": "Developing Visual Basic Programs",
  48.             "ItemIsFolder": 1,
  49.             "ItemSectionType": "chpt",
  50.             "ItemType": "chptfolder",
  51.             "Edit": 0
  52.         },
  53.         {
  54.             "ItemId": "LVB9800004",
  55.             "Parent": "LVB9800003",
  56.             "SortPath": 1,
  57.             "ItemTitle": "Planning the Program",
  58.             "ItemIsFolder": 1,
  59.             "ItemSectionType": "chpt",
  60.             "ItemType": "chptfolder",
  61.             "Edit": 0
  62.         },
  63.         {
  64.             "ItemId": "LVB9800005",
  65.             "Parent": "LVB9800004",
  66.             "SortPath": 2,
  67.             "ItemTitle": "Ask Yourself Questions",
  68.             "ItemIsFolder": 0,
  69.             "ItemSectionType": "chpt",
  70.             "ItemType": "chptleaf",
  71.             "Edit": 0
  72.         },
  73.         {
  74.             "ItemId": "LVB9800006",
  75.             "Parent": "LVB9800004",
  76.             "SortPath": 1,
  77.             "ItemTitle": "Identify Your Objectives",
  78.             "ItemIsFolder": 0,
  79.             "ItemSectionType": "chpt",
  80.             "ItemType": "chptleaf",
  81.             "Edit": 0
  82.         },
  83.         {
  84.             "ItemId": "LVB9800007",
  85.             "Parent": "LVB9800003",
  86.             "SortPath": 2,
  87.             "ItemTitle": "Building the Program",
  88.             "ItemIsFolder": 1,
  89.             "ItemSectionType": "chpt",
  90.             "ItemType": "chptfolder",
  91.             "Edit": 0
  92.         },
  93.         {
  94.             "ItemId": "LVB9800008",
  95.             "Parent": "LVB9800007",
  96.             "SortPath": 1,
  97.             "ItemTitle": "Creating the User Interface",
  98.             "ItemIsFolder": 0,
  99.             "ItemSectionType": "chpt",
  100.             "ItemType": "chptleaf",
  101.             "Edit": 0
  102.         },
  103.         {
  104.             "ItemId": "LVB9800009",
  105.             "Parent": "LVB9800007",
  106.             "SortPath": 2,
  107.             "ItemTitle": "Setting the Properties",
  108.             "ItemIsFolder": 0,
  109.             "ItemSectionType": "chpt",
  110.             "ItemType": "chptleaf",
  111.             "Edit": 0
  112.         },
  113.         {
  114.             "ItemId": "LVB9800010",
  115.             "Parent": "LVB9800007",
  116.             "SortPath": 3,
  117.             "ItemTitle": "Writing Program Code",
  118.             "ItemIsFolder": 0,
  119.             "ItemSectionType": "chpt",
  120.             "ItemType": "chptleaf",
  121.             "Edit": 0
  122.         },
  123.         {
  124.             "ItemId": "LVB9800011",
  125.             "Parent": "LVB9800007",
  126.             "SortPath": 4,
  127.             "ItemTitle": "Saving a Project",
  128.             "ItemIsFolder": 0,
  129.             "ItemSectionType": "chpt",
  130.             "ItemType": "chptleaf",
  131.             "Edit": 0
  132.         },
  133.         {
  134.             "ItemId": "LVB9800012",
  135.             "Parent": "LVB9800003",
  136.             "SortPath": 3,
  137.             "ItemTitle": "Testing, Compiling, and Distributing the Program",
  138.             "ItemIsFolder": 1,
  139.             "ItemSectionType": "chpt",
  140.             "ItemType": "chptfolder",
  141.             "Edit": 0
  142.         },
  143.         {
  144.             "ItemId": "LVB9800013",
  145.             "Parent": "LVB9800012",
  146.             "SortPath": 1,
  147.             "ItemTitle": "Testing and Debugging",
  148.             "ItemIsFolder": 0,
  149.             "ItemSectionType": "chpt",
  150.             "ItemType": "chptleaf",
  151.             "Edit": 0
  152.         },
  153.         {
  154.             "ItemId": "LVB9800014",
  155.             "Parent": "LVB9800012",
  156.             "SortPath": 2,
  157.             "ItemTitle": "Compiling",
  158.             "ItemIsFolder": 0,
  159.             "ItemSectionType": "chpt",
  160.             "ItemType": "chptleaf",
  161.             "Edit": 0
  162.         },
  163.         {
  164.             "ItemId": "LVB9800015",
  165.             "Parent": "LVB9800012",
  166.             "SortPath": 3,
  167.             "ItemTitle": "Distributing",
  168.             "ItemIsFolder": 0,
  169.             "ItemSectionType": "chpt",
  170.             "ItemType": "chptleaf",
  171.             "Edit": 0
  172.         },
  173.         {
  174.             "ItemId": "LVB9800017",
  175.             "Parent": "LVB9800002",
  176.             "SortPath": 1,
  177.             "ItemTitle": "Getting Started",
  178.             "ItemIsFolder": 1,
  179.             "ItemSectionType": "chpt",
  180.             "ItemType": "chptfolder",
  181.             "Edit": 0
  182.         },
  183.         {
  184.             "ItemId": "LVB9800018",
  185.             "Parent": "LVB9800017",
  186.             "SortPath": 2,
  187.             "ItemTitle": "Loading and Running a Program",
  188.             "ItemIsFolder": 0,
  189.             "ItemSectionType": "chpt",
  190.             "ItemType": "chptleaf",
  191.             "Edit": 0
  192.         },
  193.         {
  194.             "ItemId": "LVB9800019",
  195.             "Parent": "LVB9800017",
  196.             "SortPath": 3,
  197.             "ItemTitle": "Moving, Docking, and Resizing Windows",
  198.             "ItemIsFolder": 0,
  199.             "ItemSectionType": "chpt",
  200.             "ItemType": "chptleaf",
  201.             "Edit": 0
  202.         },
  203.         {
  204.             "ItemId": "LVB9800020",
  205.             "Parent": "LVB9800017",
  206.             "SortPath": 1,
  207.             "ItemTitle": "Starting Visual Basic",
  208.             "ItemIsFolder": 0,
  209.             "ItemSectionType": "chpt",
  210.             "ItemType": "chptleaf",
  211.             "Edit": 0
  212.         },
  213.         {
  214.             "ItemId": "LVB9800021",
  215.             "Parent": "LVB9800002",
  216.             "SortPath": 2,
  217.             "ItemTitle": "Visual Basic Resources",
  218.             "ItemIsFolder": 1,
  219.             "ItemSectionType": "chpt",
  220.             "ItemType": "chptfolder",
  221.             "Edit": 0
  222.         },
  223.         {
  224.             "ItemId": "LVB9800022",
  225.             "Parent": "LVB9800021",
  226.             "SortPath": 3,
  227.             "ItemTitle": "Form Window",
  228.             "ItemIsFolder": 0,
  229.             "ItemSectionType": "chpt",
  230.             "ItemType": "chptleaf",
  231.             "Edit": 0
  232.         },
  233.         {
  234.             "ItemId": "LVB9800023",
  235.             "Parent": "LVB9800021",
  236.             "SortPath": 2,
  237.             "ItemTitle": "Toolbox Controls",
  238.             "ItemIsFolder": 0,
  239.             "ItemSectionType": "chpt",
  240.             "ItemType": "chptleaf",
  241.             "Edit": 0
  242.         },
  243.         {
  244.             "ItemId": "LVB9800024",
  245.             "Parent": "LVB9800021",
  246.             "SortPath": 4,
  247.             "ItemTitle": "Properties Window",
  248.             "ItemIsFolder": 0,
  249.             "ItemSectionType": "chpt",
  250.             "ItemType": "chptleaf",
  251.             "Edit": 0
  252.         },
  253.         {
  254.             "ItemId": "LVB9800025",
  255.             "Parent": "LVB9800021",
  256.             "SortPath": 5,
  257.             "ItemTitle": "Project Window",
  258.             "ItemIsFolder": 0,
  259.             "ItemSectionType": "chpt",
  260.             "ItemType": "chptleaf",
  261.             "Edit": 0
  262.         },
  263.         {
  264.             "ItemId": "LVB9800026",
  265.             "Parent": "LVB9800021",
  266.             "SortPath": 9,
  267.             "ItemTitle": "Online Help System",
  268.             "ItemIsFolder": 0,
  269.             "ItemSectionType": "chpt",
  270.             "ItemType": "chptleaf",
  271.             "Edit": 0
  272.         },
  273.         {
  274.             "ItemId": "LVB9800027",
  275.             "Parent": "LVB9800021",
  276.             "SortPath": 1,
  277.             "ItemTitle": "Programming Tools",
  278.             "ItemIsFolder": 0,
  279.             "ItemSectionType": "chpt",
  280.             "ItemType": "chptleaf",
  281.             "Edit": 0
  282.         },
  283.         {
  284.             "ItemId": "LVB9800028",
  285.             "Parent": "LVB9800021",
  286.             "SortPath": 6,
  287.             "ItemTitle": "Code Window",
  288.             "ItemIsFolder": 0,
  289.             "ItemSectionType": "chpt",
  290.             "ItemType": "chptleaf",
  291.             "Edit": 0
  292.         },
  293.         {
  294.             "ItemId": "LVB9800029",
  295.             "Parent": "LVB9800021",
  296.             "SortPath": 7,
  297.             "ItemTitle": "Immediate Window",
  298.             "ItemIsFolder": 0,
  299.             "ItemSectionType": "chpt",
  300.             "ItemType": "chptleaf",
  301.             "Edit": 0
  302.         },
  303.         {
  304.             "ItemId": "LVB9800030",
  305.             "Parent": "LVB9800021",
  306.             "SortPath": 8,
  307.             "ItemTitle": "Form Layout Window",
  308.             "ItemIsFolder": 0,
  309.             "ItemSectionType": "chpt",
  310.             "ItemType": "chptleaf",
  311.             "Edit": 0
  312.         },
  313.         {
  314.             "ItemId": "LVB9800031",
  315.             "Parent": "LVB9800002",
  316.             "SortPath": 4,
  317.             "ItemTitle": "Building a Simple Program Step by Step",
  318.             "ItemIsFolder": 1,
  319.             "ItemSectionType": "chpt",
  320.             "ItemType": "chptfolder",
  321.             "Edit": 0
  322.         },
  323.         {
  324.             "ItemId": "LVB9800032",
  325.             "Parent": "LVB9800031",
  326.             "SortPath": 1,
  327.             "ItemTitle": "Planning Lucky Seven",
  328.             "ItemIsFolder": 0,
  329.             "ItemSectionType": "chpt",
  330.             "ItemType": "chptleaf",
  331.             "Edit": 0
  332.         },
  333.         {
  334.             "ItemId": "LVB9800033",
  335.             "Parent": "LVB9800031",
  336.             "SortPath": 2,
  337.             "ItemTitle": "Creating the Lucky Seven Interface",
  338.             "ItemIsFolder": 0,
  339.             "ItemSectionType": "chpt",
  340.             "ItemType": "chptleaf",
  341.             "Edit": 0
  342.         },
  343.         {
  344.             "ItemId": "LVB9800034",
  345.             "Parent": "LVB9800031",
  346.             "SortPath": 3,
  347.             "ItemTitle": "Setting Lucky Seven Properties",
  348.             "ItemIsFolder": 0,
  349.             "ItemSectionType": "chpt",
  350.             "ItemType": "chptleaf",
  351.             "Edit": 0
  352.         },
  353.         {
  354.             "ItemId": "LVB9800035",
  355.             "Parent": "LVB9800031",
  356.             "SortPath": 4,
  357.             "ItemTitle": "Writing  Lucky Seven Code",
  358.             "ItemIsFolder": 0,
  359.             "ItemSectionType": "chpt",
  360.             "ItemType": "chptleaf",
  361.             "Edit": 0
  362.         },
  363.         {
  364.             "ItemId": "LVB9800036",
  365.             "Parent": "LVB9800031",
  366.             "SortPath": 5,
  367.             "ItemTitle": "Saving the Lucky Seven Program",
  368.             "ItemIsFolder": 0,
  369.             "ItemSectionType": "chpt",
  370.             "ItemType": "chptleaf",
  371.             "Edit": 0
  372.         },
  373.         {
  374.             "ItemId": "LVB9800037",
  375.             "Parent": "LVB9800031",
  376.             "SortPath": 6,
  377.             "ItemTitle": "Running Lucky Seven",
  378.             "ItemIsFolder": 0,
  379.             "ItemSectionType": "chpt",
  380.             "ItemType": "chptleaf",
  381.             "Edit": 0
  382.         },
  383.         {
  384.             "ItemId": "LVB9800038",
  385.             "Parent": "LVB9800031",
  386.             "SortPath": 8,
  387.             "ItemTitle": "Creating an Executable File",
  388.             "ItemIsFolder": 0,
  389.             "ItemSectionType": "chpt",
  390.             "ItemType": "chptleaf",
  391.             "Edit": 0
  392.         },
  393.         {
  394.             "ItemId": "LVB9800039",
  395.             "Parent": "LVB9800031",
  396.             "SortPath": 7,
  397.             "ItemTitle": "Testing and Debugging Lucky Seven ",
  398.             "ItemIsFolder": 0,
  399.             "ItemSectionType": "chpt",
  400.             "ItemType": "chptleaf",
  401.             "Edit": 0
  402.         },
  403.         {
  404.             "ItemId": "LVB9800040",
  405.             "Parent": "LVB9800002",
  406.             "SortPath": 6,
  407.             "ItemTitle": "Review Lab 1",
  408.             "ItemIsFolder": 1,
  409.             "ItemSectionType": "lab",
  410.             "ItemType": "labfolder",
  411.             "Edit": 0
  412.         },
  413.         {
  414.             "ItemId": "LVB9800041",
  415.             "Parent": "LVB9800040",
  416.             "SortPath": 1,
  417.             "ItemTitle": "Exercise 1: Creating a User Interface",
  418.             "ItemIsFolder": 0,
  419.             "ItemSectionType": "lab",
  420.             "ItemType": "lableaf",
  421.             "Edit": 0
  422.         },
  423.         {
  424.             "ItemId": "LVB9800042",
  425.             "Parent": "LVB9800040",
  426.             "SortPath": 2,
  427.             "ItemTitle": "Exercise 2: Setting User Interface Properties",
  428.             "ItemIsFolder": 0,
  429.             "ItemSectionType": "lab",
  430.             "ItemType": "lableaf",
  431.             "Edit": 0
  432.         },
  433.         {
  434.             "ItemId": "LVB9800043",
  435.             "Parent": "LVB9800040",
  436.             "SortPath": 3,
  437.             "ItemTitle": "Exercise 3: Writing the Code",
  438.             "ItemIsFolder": 0,
  439.             "ItemSectionType": "lab",
  440.             "ItemType": "lableaf",
  441.             "Edit": 0
  442.         },
  443.         {
  444.             "ItemId": "LVB9800044",
  445.             "Parent": "LVB9800040",
  446.             "SortPath": 4,
  447.             "ItemTitle": "Exercise 4: Compiling and Running the Program",
  448.             "ItemIsFolder": 0,
  449.             "ItemSectionType": "lab",
  450.             "ItemType": "lableaf",
  451.             "Edit": 0
  452.         },
  453.         {
  454.             "ItemId": "LVB9800045",
  455.             "Parent": "LVB9800002",
  456.             "SortPath": 5,
  457.             "ItemTitle": "Self Check",
  458.             "ItemIsFolder": 0,
  459.             "ItemSectionType": "chk",
  460.             "ItemType": "chkleaf",
  461.             "Edit": 0
  462.         },
  463.         {
  464.             "ItemId": "LVB9800046",
  465.             "Parent": "course",
  466.             "SortPath": 5,
  467.             "ItemTitle": "Chapter 2: Working with Controls",
  468.             "ItemIsFolder": 1,
  469.             "ItemSectionType": "chpt",
  470.             "ItemType": "chptfolder",
  471.             "Edit": 0
  472.         },
  473.         {
  474.             "ItemId": "LVB9800047",
  475.             "Parent": "LVB9800046",
  476.             "SortPath": 3,
  477.             "ItemTitle": "Basic Controls",
  478.             "ItemIsFolder": 1,
  479.             "ItemSectionType": "chpt",
  480.             "ItemType": "chptfolder",
  481.             "Edit": 0
  482.         },
  483.         {
  484.             "ItemId": "LVB9800048",
  485.             "Parent": "LVB9800047",
  486.             "SortPath": 1,
  487.             "ItemTitle": "Label",
  488.             "ItemIsFolder": 0,
  489.             "ItemSectionType": "chpt",
  490.             "ItemType": "chptleaf",
  491.             "Edit": 0
  492.         },
  493.         {
  494.             "ItemId": "LVB9800049",
  495.             "Parent": "LVB9800047",
  496.             "SortPath": 2,
  497.             "ItemTitle": "TextBox",
  498.             "ItemIsFolder": 0,
  499.             "ItemSectionType": "chpt",
  500.             "ItemType": "chptleaf",
  501.             "Edit": 0
  502.         },
  503.         {
  504.             "ItemId": "LVB9800050",
  505.             "Parent": "LVB9800047",
  506.             "SortPath": 3,
  507.             "ItemTitle": "CommandButton",
  508.             "ItemIsFolder": 0,
  509.             "ItemSectionType": "chpt",
  510.             "ItemType": "chptleaf",
  511.             "Edit": 0
  512.         },
  513.         {
  514.             "ItemId": "LVB9800051",
  515.             "Parent": "LVB9800047",
  516.             "SortPath": 4,
  517.             "ItemTitle": "Demonstration: Basic Controls in Action",
  518.             "ItemIsFolder": 0,
  519.             "ItemSectionType": "mmonly",
  520.             "ItemType": "mmonlyLeaf",
  521.             "Edit": 0
  522.         },
  523.         {
  524.             "ItemId": "LVB9800052",
  525.             "Parent": "LVB9800046",
  526.             "SortPath": 4,
  527.             "ItemTitle": "File System Controls",
  528.             "ItemIsFolder": 1,
  529.             "ItemSectionType": "chpt",
  530.             "ItemType": "chptfolder",
  531.             "Edit": 0
  532.         },
  533.         {
  534.             "ItemId": "LVB9800053",
  535.             "Parent": "LVB9800052",
  536.             "SortPath": 1,
  537.             "ItemTitle": "DriveListBox",
  538.             "ItemIsFolder": 0,
  539.             "ItemSectionType": "chpt",
  540.             "ItemType": "chptleaf",
  541.             "Edit": 0
  542.         },
  543.         {
  544.             "ItemId": "LVB9800054",
  545.             "Parent": "LVB9800052",
  546.             "SortPath": 2,
  547.             "ItemTitle": "DirListBox",
  548.             "ItemIsFolder": 0,
  549.             "ItemSectionType": "chpt",
  550.             "ItemType": "chptleaf",
  551.             "Edit": 0
  552.         },
  553.         {
  554.             "ItemId": "LVB9800055",
  555.             "Parent": "LVB9800052",
  556.             "SortPath": 3,
  557.             "ItemTitle": "FileListBox",
  558.             "ItemIsFolder": 0,
  559.             "ItemSectionType": "chpt",
  560.             "ItemType": "chptleaf",
  561.             "Edit": 0
  562.         },
  563.         {
  564.             "ItemId": "LVB9800056",
  565.             "Parent": "LVB9800052",
  566.             "SortPath": 4,
  567.             "ItemTitle": "Demonstration: Combining File System Controls",
  568.             "ItemIsFolder": 0,
  569.             "ItemSectionType": "mmonly",
  570.             "ItemType": "mmonlyLeaf",
  571.             "Edit": 0
  572.         },
  573.         {
  574.             "ItemId": "LVB9800057",
  575.             "Parent": "LVB9800046",
  576.             "SortPath": 5,
  577.             "ItemTitle": "Data Input Controls",
  578.             "ItemIsFolder": 1,
  579.             "ItemSectionType": "chpt",
  580.             "ItemType": "chptfolder",
  581.             "Edit": 0
  582.         },
  583.         {
  584.             "ItemId": "LVB9800058",
  585.             "Parent": "LVB9800057",
  586.             "SortPath": 1,
  587.             "ItemTitle": "OptionButton",
  588.             "ItemIsFolder": 0,
  589.             "ItemSectionType": "chpt",
  590.             "ItemType": "chptleaf",
  591.             "Edit": 0
  592.         },
  593.         {
  594.             "ItemId": "LVB9800059",
  595.             "Parent": "LVB9800057",
  596.             "SortPath": 2,
  597.             "ItemTitle": "CheckBox",
  598.             "ItemIsFolder": 0,
  599.             "ItemSectionType": "chpt",
  600.             "ItemType": "chptleaf",
  601.             "Edit": 0
  602.         },
  603.         {
  604.             "ItemId": "LVB9800060",
  605.             "Parent": "LVB9800057",
  606.             "SortPath": 3,
  607.             "ItemTitle": "ListBox",
  608.             "ItemIsFolder": 0,
  609.             "ItemSectionType": "chpt",
  610.             "ItemType": "chptleaf",
  611.             "Edit": 0
  612.         },
  613.         {
  614.             "ItemId": "LVB9800061",
  615.             "Parent": "LVB9800057",
  616.             "SortPath": 4,
  617.             "ItemTitle": "ComboBox",
  618.             "ItemIsFolder": 0,
  619.             "ItemSectionType": "chpt",
  620.             "ItemType": "chptleaf",
  621.             "Edit": 0
  622.         },
  623.         {
  624.             "ItemId": "LVB9800062",
  625.             "Parent": "LVB9800057",
  626.             "SortPath": 5,
  627.             "ItemTitle": "Demonstration: Input Controls in Action",
  628.             "ItemIsFolder": 0,
  629.             "ItemSectionType": "mmonly",
  630.             "ItemType": "mmonlyLeaf",
  631.             "Edit": 0
  632.         },
  633.         {
  634.             "ItemId": "LVB9800063",
  635.             "Parent": "LVB9800046",
  636.             "SortPath": 6,
  637.             "ItemTitle": "Working with Other Applications",
  638.             "ItemIsFolder": 1,
  639.             "ItemSectionType": "chpt",
  640.             "ItemType": "chptfolder",
  641.             "Edit": 0
  642.         },
  643.         {
  644.             "ItemId": "LVB9800064",
  645.             "Parent": "LVB9800063",
  646.             "SortPath": 1,
  647.             "ItemTitle": "OLE Controls",
  648.             "ItemIsFolder": 0,
  649.             "ItemSectionType": "chpt",
  650.             "ItemType": "chptleaf",
  651.             "Edit": 0
  652.         },
  653.         {
  654.             "ItemId": "LVB9800065",
  655.             "Parent": "LVB9800063",
  656.             "SortPath": 2,
  657.             "ItemTitle": "Data Controls",
  658.             "ItemIsFolder": 0,
  659.             "ItemSectionType": "chpt",
  660.             "ItemType": "chptLeaf",
  661.             "Edit": 0
  662.         },
  663.         {
  664.             "ItemId": "LVB9800066",
  665.             "Parent": "LVB9800063",
  666.             "SortPath": 3,
  667.             "ItemTitle": "Displaying Data",
  668.             "ItemIsFolder": 0,
  669.             "ItemSectionType": "pract",
  670.             "ItemType": "practLeaf",
  671.             "Edit": 0
  672.         },
  673.         {
  674.             "ItemId": "LVB9800067",
  675.             "Parent": "LVB9800046",
  676.             "SortPath": 7,
  677.             "ItemTitle": "Installing ActiveX Controls",
  678.             "ItemIsFolder": 0,
  679.             "ItemSectionType": "chpt",
  680.             "ItemType": "chptleaf",
  681.             "Edit": 0
  682.         },
  683.         {
  684.             "ItemId": "LVB9800068",
  685.             "Parent": "LVB9800046",
  686.             "SortPath": 8,
  687.             "ItemTitle": "Self-Check",
  688.             "ItemIsFolder": 0,
  689.             "ItemSectionType": "chk",
  690.             "ItemType": "chkleaf",
  691.             "Edit": 0
  692.         },
  693.         {
  694.             "ItemId": "LVB9800069",
  695.             "Parent": "LVB9800046",
  696.             "SortPath": 9,
  697.             "ItemTitle": "Review Lab 2",
  698.             "ItemIsFolder": 1,
  699.             "ItemSectionType": "lab",
  700.             "ItemType": "labfolder",
  701.             "Edit": 0
  702.         },
  703.         {
  704.             "ItemId": "LVB9800070",
  705.             "Parent": "LVB9800069",
  706.             "SortPath": 1,
  707.             "ItemTitle": "Exercise 1: Creating the User Interface",
  708.             "ItemIsFolder": 0,
  709.             "ItemSectionType": "lab",
  710.             "ItemType": "lableaf",
  711.             "Edit": 0
  712.         },
  713.         {
  714.             "ItemId": "LVB9800071",
  715.             "Parent": "LVB9800069",
  716.             "SortPath": 2,
  717.             "ItemTitle": "Exercise 2: Setting Data Properties",
  718.             "ItemIsFolder": 0,
  719.             "ItemSectionType": "lab",
  720.             "ItemType": "lableaf",
  721.             "Edit": 0
  722.         },
  723.         {
  724.             "ItemId": "LVB9800072",
  725.             "Parent": "LVB9800069",
  726.             "SortPath": 3,
  727.             "ItemTitle": "Exercise 3: Setting Bound Object Properties",
  728.             "ItemIsFolder": 0,
  729.             "ItemSectionType": "lab",
  730.             "ItemType": "lableaf",
  731.             "Edit": 0
  732.         },
  733.         {
  734.             "ItemId": "LVB9800073",
  735.             "Parent": "LVB9800069",
  736.             "SortPath": 4,
  737.             "ItemTitle": "Exercise 4: Browsing the Database",
  738.             "ItemIsFolder": 0,
  739.             "ItemSectionType": "lab",
  740.             "ItemType": "lableaf",
  741.             "Edit": 0
  742.         },
  743.         {
  744.             "ItemId": "LVB9800074",
  745.             "Parent": "LVB9800046",
  746.             "SortPath": 1,
  747.             "ItemTitle": "Programmer Talk",
  748.             "ItemIsFolder": 0,
  749.             "ItemSectionType": "chpt",
  750.             "ItemType": "chptleaf",
  751.             "Edit": 0
  752.         },
  753.         {
  754.             "ItemId": "LVB9800075",
  755.             "Parent": "LVB9800046",
  756.             "SortPath": 2,
  757.             "ItemTitle": "Naming Visual Basic Objects",
  758.             "ItemIsFolder": 1,
  759.             "ItemSectionType": "chpt",
  760.             "ItemType": "chptfolder",
  761.             "Edit": 0
  762.         },
  763.         {
  764.             "ItemId": "LVB9800076",
  765.             "Parent": "LVB9800075",
  766.             "SortPath": 1,
  767.             "ItemTitle": "Visual Basic Object Names",
  768.             "ItemIsFolder": 0,
  769.             "ItemSectionType": "chpt",
  770.             "ItemType": "chptleaf",
  771.             "Edit": 0
  772.         },
  773.         {
  774.             "ItemId": "LVB9800077",
  775.             "Parent": "LVB9800075",
  776.             "SortPath": 2,
  777.             "ItemTitle": "Object Naming Conventions",
  778.             "ItemIsFolder": 0,
  779.             "ItemSectionType": "chpt",
  780.             "ItemType": "chptleaf",
  781.             "Edit": 0
  782.         },
  783.         {
  784.             "ItemId": "LVB9800078",
  785.             "Parent": "course",
  786.             "SortPath": 6,
  787.             "ItemTitle": "Chapter 3: Working with Menus and Dialog Boxes",
  788.             "ItemIsFolder": 1,
  789.             "ItemSectionType": "chpt",
  790.             "ItemType": "chptfolder",
  791.             "Edit": 0
  792.         },
  793.         {
  794.             "ItemId": "LVB9800079",
  795.             "Parent": "LVB9800078",
  796.             "SortPath": 1,
  797.             "ItemTitle": "Creating Menus",
  798.             "ItemIsFolder": 1,
  799.             "ItemSectionType": "chpt",
  800.             "ItemType": "chptfolder",
  801.             "Edit": 0
  802.         },
  803.         {
  804.             "ItemId": "LVB9800080",
  805.             "Parent": "LVB9800079",
  806.             "SortPath": 1,
  807.             "ItemTitle": "Using the Menu Editor",
  808.             "ItemIsFolder": 0,
  809.             "ItemSectionType": "chpt",
  810.             "ItemType": "chptleaf",
  811.             "Edit": 0
  812.         },
  813.         {
  814.             "ItemId": "LVB9800081",
  815.             "Parent": "LVB9800079",
  816.             "SortPath": 2,
  817.             "ItemTitle": "Adding Access and Shortcut Keys",
  818.             "ItemIsFolder": 0,
  819.             "ItemSectionType": "chpt",
  820.             "ItemType": "chptleaf",
  821.             "Edit": 0
  822.         },
  823.         {
  824.             "ItemId": "LVB9800082",
  825.             "Parent": "LVB9800079",
  826.             "SortPath": 3,
  827.             "ItemTitle": "Processing Menu Choices",
  828.             "ItemIsFolder": 0,
  829.             "ItemSectionType": "chpt",
  830.             "ItemType": "chptleaf",
  831.             "Edit": 0
  832.         },
  833.         {
  834.             "ItemId": "LVB9800083",
  835.             "Parent": "LVB9800078",
  836.             "SortPath": 2,
  837.             "ItemTitle": "Creating Dialog Boxes",
  838.             "ItemIsFolder": 1,
  839.             "ItemSectionType": "chpt",
  840.             "ItemType": "chptfolder",
  841.             "Edit": 0
  842.         },
  843.         {
  844.             "ItemId": "LVB9800084",
  845.             "Parent": "LVB9800083",
  846.             "SortPath": 1,
  847.             "ItemTitle": "Using the CommonDialog Control",
  848.             "ItemIsFolder": 0,
  849.             "ItemSectionType": "chpt",
  850.             "ItemType": "chptleaf",
  851.             "Edit": 0
  852.         },
  853.         {
  854.             "ItemId": "LVB9800085",
  855.             "Parent": "LVB9800083",
  856.             "SortPath": 2,
  857.             "ItemTitle": "Common Dialog Object Event Procedures",
  858.             "ItemIsFolder": 1,
  859.             "ItemSectionType": "chpt",
  860.             "ItemType": "chptfolder",
  861.             "Edit": 0
  862.         },
  863.         {
  864.             "ItemId": "LVB9800086",
  865.             "Parent": "LVB9800085",
  866.             "SortPath": 1,
  867.             "ItemTitle": "Creating an Open Dialog Box",
  868.             "ItemIsFolder": 0,
  869.             "ItemSectionType": "chpt",
  870.             "ItemType": "chptleaf",
  871.             "Edit": 0
  872.         },
  873.         {
  874.             "ItemId": "LVB9800087",
  875.             "Parent": "LVB9800085",
  876.             "SortPath": 2,
  877.             "ItemTitle": "Creating a Color Dialog Box",
  878.             "ItemIsFolder": 0,
  879.             "ItemSectionType": "chpt",
  880.             "ItemType": "chptleaf",
  881.             "Edit": 0
  882.         },
  883.         {
  884.             "ItemId": "LVB9800088",
  885.             "Parent": "LVB9800078",
  886.             "SortPath": 3,
  887.             "ItemTitle": "Self-Check",
  888.             "ItemIsFolder": 0,
  889.             "ItemSectionType": "chk",
  890.             "ItemType": "chkleaf",
  891.             "Edit": 0
  892.         },
  893.         {
  894.             "ItemId": "LVB9800089",
  895.             "Parent": "LVB9800078",
  896.             "SortPath": 4,
  897.             "ItemTitle": "Review Lab 3",
  898.             "ItemIsFolder": 1,
  899.             "ItemSectionType": "lab",
  900.             "ItemType": "labfolder",
  901.             "Edit": 0
  902.         },
  903.         {
  904.             "ItemId": "LVB9800090",
  905.             "Parent": "LVB9800089",
  906.             "SortPath": 1,
  907.             "ItemTitle": "Exercise 1: Creating a Menu",
  908.             "ItemIsFolder": 0,
  909.             "ItemSectionType": "lab",
  910.             "ItemType": "lableaf",
  911.             "Edit": 0
  912.         },
  913.         {
  914.             "ItemId": "LVB9800091",
  915.             "Parent": "LVB9800089",
  916.             "SortPath": 2,
  917.             "ItemTitle": "Exercise 2: Using the CommonDialog Control",
  918.             "ItemIsFolder": 0,
  919.             "ItemSectionType": "lab",
  920.             "ItemType": "lableaf",
  921.             "Edit": 0
  922.         },
  923.         {
  924.             "ItemId": "LVB9800092",
  925.             "Parent": "LVB9800089",
  926.             "SortPath": 3,
  927.             "ItemTitle": "Exercise 3: Writing Code to Process Menu Commands",
  928.             "ItemIsFolder": 0,
  929.             "ItemSectionType": "lab",
  930.             "ItemType": "lableaf",
  931.             "Edit": 0
  932.         },
  933.         {
  934.             "ItemId": "LVB9800093",
  935.             "Parent": "LVB9800089",
  936.             "SortPath": 4,
  937.             "ItemTitle": "Exercise 4: Test the Program",
  938.             "ItemIsFolder": 0,
  939.             "ItemSectionType": "lab",
  940.             "ItemType": "lableaf",
  941.             "Edit": 0
  942.         },
  943.         {
  944.             "ItemId": "LVB9800094",
  945.             "Parent": "course",
  946.             "SortPath": 7,
  947.             "ItemTitle": "Chapter 4: Visual Basic Variables and Operators",
  948.             "ItemIsFolder": 1,
  949.             "ItemSectionType": "chpt",
  950.             "ItemType": "chptfolder",
  951.             "Edit": 0
  952.         },
  953.         {
  954.             "ItemId": "LVB9800095",
  955.             "Parent": "LVB9800094",
  956.             "SortPath": 1,
  957.             "ItemTitle": "Using Variables to Store Information",
  958.             "ItemIsFolder": 1,
  959.             "ItemSectionType": "chpt",
  960.             "ItemType": "chptfolder",
  961.             "Edit": 0
  962.         },
  963.         {
  964.             "ItemId": "LVB9800096",
  965.             "Parent": "LVB9800095",
  966.             "SortPath": 2,
  967.             "ItemTitle": "Creating Variables",
  968.             "ItemIsFolder": 1,
  969.             "ItemSectionType": "chpt",
  970.             "ItemType": "chptfolder",
  971.             "Edit": 0
  972.         },
  973.         {
  974.             "ItemId": "LVB9800097",
  975.             "Parent": "LVB9800096",
  976.             "SortPath": 1,
  977.             "ItemTitle": "Explicit Declarations",
  978.             "ItemIsFolder": 0,
  979.             "ItemSectionType": "chpt",
  980.             "ItemType": "chptleaf",
  981.             "Edit": 0
  982.         },
  983.         {
  984.             "ItemId": "LVB9800098",
  985.             "Parent": "LVB9800096",
  986.             "SortPath": 2,
  987.             "ItemTitle": "Implicit Declarations",
  988.             "ItemIsFolder": 0,
  989.             "ItemSectionType": "chpt",
  990.             "ItemType": "chptleaf",
  991.             "Edit": 0
  992.         },
  993.         {
  994.             "ItemId": "LVB9800099",
  995.             "Parent": "LVB9800095",
  996.             "SortPath": 3,
  997.             "ItemTitle": "Using Functions",
  998.             "ItemIsFolder": 1,
  999.             "ItemSectionType": "chpt",
  1000.             "ItemType": "chptfolder",
  1001.             "Edit": 0
  1002.         },
  1003.         {
  1004.             "ItemId": "LVB9800100",
  1005.             "Parent": "LVB9800099",
  1006.             "SortPath": 2,
  1007.             "ItemTitle": "Using the MsgBox Function",
  1008.             "ItemIsFolder": 0,
  1009.             "ItemSectionType": "chpt",
  1010.             "ItemType": "chptleaf",
  1011.             "Edit": 0
  1012.         },
  1013.         {
  1014.             "ItemId": "LVB9800101",
  1015.             "Parent": "LVB9800099",
  1016.             "SortPath": 5,
  1017.             "ItemTitle": "Mathematical Functions",
  1018.             "ItemIsFolder": 0,
  1019.             "ItemSectionType": "chpt",
  1020.             "ItemType": "chptleaf",
  1021.             "Edit": 0
  1022.         },
  1023.         {
  1024.             "ItemId": "LVB9800102",
  1025.             "Parent": "LVB9800099",
  1026.             "SortPath": 1,
  1027.             "ItemTitle": "What is a Function?",
  1028.             "ItemIsFolder": 0,
  1029.             "ItemSectionType": "chpt",
  1030.             "ItemType": "chptleaf",
  1031.             "Edit": 0
  1032.         },
  1033.         {
  1034.             "ItemId": "LVB9800103",
  1035.             "Parent": "LVB9800099",
  1036.             "SortPath": 3,
  1037.             "ItemTitle": "Using the InputBox Function",
  1038.             "ItemIsFolder": 0,
  1039.             "ItemSectionType": "chpt",
  1040.             "ItemType": "chptleaf",
  1041.             "Edit": 0
  1042.         },
  1043.         {
  1044.             "ItemId": "LVB9800104",
  1045.             "Parent": "LVB9800099",
  1046.             "SortPath": 4,
  1047.             "ItemTitle": "Demonstration: Using InputBox and MsgBox",
  1048.             "ItemIsFolder": 0,
  1049.             "ItemSectionType": "mmonly",
  1050.             "ItemType": "mmonlyLeaf",
  1051.             "Edit": 0
  1052.         },
  1053.         {
  1054.             "ItemId": "LVB9800105",
  1055.             "Parent": "LVB9800095",
  1056.             "SortPath": 1,
  1057.             "ItemTitle": "The Anatomy of a Visual Basic Program Statement",
  1058.             "ItemIsFolder": 0,
  1059.             "ItemSectionType": "chpt",
  1060.             "ItemType": "chptleaf",
  1061.             "Edit": 0
  1062.         },
  1063.         {
  1064.             "ItemId": "LVB9800106",
  1065.             "Parent": "LVB9800094",
  1066.             "SortPath": 2,
  1067.             "ItemTitle": "Working with Specific Data Types",
  1068.             "ItemIsFolder": 1,
  1069.             "ItemSectionType": "chpt",
  1070.             "ItemType": "chptfolder",
  1071.             "Edit": 0
  1072.         },
  1073.         {
  1074.             "ItemId": "LVB9800107",
  1075.             "Parent": "LVB9800106",
  1076.             "SortPath": 1,
  1077.             "ItemTitle": "Fine-Tuning Variable Size",
  1078.             "ItemIsFolder": 0,
  1079.             "ItemSectionType": "chpt",
  1080.             "ItemType": "chptleaf",
  1081.             "Edit": 0
  1082.         },
  1083.         {
  1084.             "ItemId": "LVB9800108",
  1085.             "Parent": "LVB9800106",
  1086.             "SortPath": 2,
  1087.             "ItemTitle": "User-Defined Data Types",
  1088.             "ItemIsFolder": 0,
  1089.             "ItemSectionType": "chpt",
  1090.             "ItemType": "chptleaf",
  1091.             "Edit": 0
  1092.         },
  1093.         {
  1094.             "ItemId": "LVB9800109",
  1095.             "Parent": "LVB9800106",
  1096.             "SortPath": 3,
  1097.             "ItemTitle": "Constants",
  1098.             "ItemIsFolder": 0,
  1099.             "ItemSectionType": "chpt",
  1100.             "ItemType": "chptleaf",
  1101.             "Edit": 0
  1102.         },
  1103.         {
  1104.             "ItemId": "LVB9800110",
  1105.             "Parent": "LVB9800094",
  1106.             "SortPath": 3,
  1107.             "ItemTitle": "Using Visual Basic Operators",
  1108.             "ItemIsFolder": 1,
  1109.             "ItemSectionType": "chpt",
  1110.             "ItemType": "chptfolder",
  1111.             "Edit": 0
  1112.         },
  1113.         {
  1114.             "ItemId": "LVB9800111",
  1115.             "Parent": "LVB9800110",
  1116.             "SortPath": 1,
  1117.             "ItemTitle": "Basic Arithmetic Operators",
  1118.             "ItemIsFolder": 0,
  1119.             "ItemSectionType": "chpt",
  1120.             "ItemType": "chptleaf",
  1121.             "Edit": 0
  1122.         },
  1123.         {
  1124.             "ItemId": "LVB9800112",
  1125.             "Parent": "LVB9800110",
  1126.             "SortPath": 2,
  1127.             "ItemTitle": "Advanced Operators",
  1128.             "ItemIsFolder": 0,
  1129.             "ItemSectionType": "chpt",
  1130.             "ItemType": "chptleaf",
  1131.             "Edit": 0
  1132.         },
  1133.         {
  1134.             "ItemId": "LVB9800113",
  1135.             "Parent": "LVB9800110",
  1136.             "SortPath": 3,
  1137.             "ItemTitle": "Operator Precedence",
  1138.             "ItemIsFolder": 0,
  1139.             "ItemSectionType": "chpt",
  1140.             "ItemType": "chptLeaf",
  1141.             "Edit": 0
  1142.         },
  1143.         {
  1144.             "ItemId": "LVB9800114",
  1145.             "Parent": "LVB9800110",
  1146.             "SortPath": 4,
  1147.             "ItemTitle": "Using Parentheses in a Formula",
  1148.             "ItemIsFolder": 0,
  1149.             "ItemSectionType": "chpt",
  1150.             "ItemType": "chptleaf",
  1151.             "Edit": 0
  1152.         },
  1153.         {
  1154.             "ItemId": "LVB9800115",
  1155.             "Parent": "LVB9800094",
  1156.             "SortPath": 4,
  1157.             "ItemTitle": "Self-Check",
  1158.             "ItemIsFolder": 0,
  1159.             "ItemSectionType": "chk",
  1160.             "ItemType": "chkleaf",
  1161.             "Edit": 0
  1162.         },
  1163.         {
  1164.             "ItemId": "LVB9800116",
  1165.             "Parent": "LVB9800094",
  1166.             "SortPath": 5,
  1167.             "ItemTitle": "Review Lab 4",
  1168.             "ItemIsFolder": 1,
  1169.             "ItemSectionType": "lab",
  1170.             "ItemType": "labfolder",
  1171.             "Edit": 0
  1172.         },
  1173.         {
  1174.             "ItemId": "LVB9800117",
  1175.             "Parent": "LVB9800116",
  1176.             "SortPath": 1,
  1177.             "ItemTitle": "Exercise 1: Designing the Form",
  1178.             "ItemIsFolder": 0,
  1179.             "ItemSectionType": "lab",
  1180.             "ItemType": "lableaf",
  1181.             "Edit": 0
  1182.         },
  1183.         {
  1184.             "ItemId": "LVB9800118",
  1185.             "Parent": "LVB9800116",
  1186.             "SortPath": 2,
  1187.             "ItemTitle": "Exercise 2: Writing the Program Code",
  1188.             "ItemIsFolder": 0,
  1189.             "ItemSectionType": "lab",
  1190.             "ItemType": "lableaf",
  1191.             "Edit": 0
  1192.         },
  1193.         {
  1194.             "ItemId": "LVB9800119",
  1195.             "Parent": "LVB9800116",
  1196.             "SortPath": 3,
  1197.             "ItemTitle": "Exercise 3: Find the Magic Number",
  1198.             "ItemIsFolder": 0,
  1199.             "ItemSectionType": "lab",
  1200.             "ItemType": "lableaf",
  1201.             "Edit": 0
  1202.         },
  1203.         {
  1204.             "ItemId": "LVB9800120",
  1205.             "Parent": "course",
  1206.             "SortPath": 8,
  1207.             "ItemTitle": "Chapter 5: Controlling Flow and Debugging",
  1208.             "ItemIsFolder": 1,
  1209.             "ItemSectionType": "chpt",
  1210.             "ItemType": "chptfolder",
  1211.             "Edit": 0
  1212.         },
  1213.         {
  1214.             "ItemId": "LVB9800121",
  1215.             "Parent": "LVB9800120",
  1216.             "SortPath": 1,
  1217.             "ItemTitle": "Event-driven Programming",
  1218.             "ItemIsFolder": 0,
  1219.             "ItemSectionType": "chpt",
  1220.             "ItemType": "chptleaf",
  1221.             "Edit": 0
  1222.         },
  1223.         {
  1224.             "ItemId": "LVB9800122",
  1225.             "Parent": "LVB9800120",
  1226.             "SortPath": 2,
  1227.             "ItemTitle": "Conditional Expressions",
  1228.             "ItemIsFolder": 1,
  1229.             "ItemSectionType": "chpt",
  1230.             "ItemType": "chptfolder",
  1231.             "Edit": 0
  1232.         },
  1233.         {
  1234.             "ItemId": "LVB9800123",
  1235.             "Parent": "LVB9800122",
  1236.             "SortPath": 2,
  1237.             "ItemTitle": "If... Then Decision Structures",
  1238.             "ItemIsFolder": 1,
  1239.             "ItemSectionType": "chpt",
  1240.             "ItemType": "chptfolder",
  1241.             "Edit": 0
  1242.         },
  1243.         {
  1244.             "ItemId": "LVB9800124",
  1245.             "Parent": "LVB9800123",
  1246.             "SortPath": 2,
  1247.             "ItemTitle": "Logical Operators",
  1248.             "ItemIsFolder": 0,
  1249.             "ItemSectionType": "chpt",
  1250.             "ItemType": "chptleaf",
  1251.             "Edit": 0
  1252.         },
  1253.         {
  1254.             "ItemId": "LVB9800125",
  1255.             "Parent": "LVB9800123",
  1256.             "SortPath": 1,
  1257.             "ItemTitle": "Single- and Multiple-Condition Structures",
  1258.             "ItemIsFolder": 0,
  1259.             "ItemSectionType": "chpt",
  1260.             "ItemType": "chptleaf",
  1261.             "Edit": 0
  1262.         },
  1263.         {
  1264.             "ItemId": "LVB9800126",
  1265.             "Parent": "LVB9800122",
  1266.             "SortPath": 3,
  1267.             "ItemTitle": "Select Case Decision Structures",
  1268.             "ItemIsFolder": 1,
  1269.             "ItemSectionType": "chpt",
  1270.             "ItemType": "chptfolder",
  1271.             "Edit": 0
  1272.         },
  1273.         {
  1274.             "ItemId": "LVB9800127",
  1275.             "Parent": "LVB9800126",
  1276.             "SortPath": 2,
  1277.             "ItemTitle": "Using Ranges of Test Case Values",
  1278.             "ItemIsFolder": 0,
  1279.             "ItemSectionType": "chpt",
  1280.             "ItemType": "chptleaf",
  1281.             "Edit": 0
  1282.         },
  1283.         {
  1284.             "ItemId": "LVB9800128",
  1285.             "Parent": "LVB9800126",
  1286.             "SortPath": 1,
  1287.             "ItemTitle": "Creating Select Case Structures",
  1288.             "ItemIsFolder": 0,
  1289.             "ItemSectionType": "chpt",
  1290.             "ItemType": "chptleaf",
  1291.             "Edit": 0
  1292.         },
  1293.         {
  1294.             "ItemId": "LVB9800129",
  1295.             "Parent": "LVB9800122",
  1296.             "SortPath": 1,
  1297.             "ItemTitle": "Comparison Operators",
  1298.             "ItemIsFolder": 0,
  1299.             "ItemSectionType": "chpt",
  1300.             "ItemType": "chptleaf",
  1301.             "Edit": 0
  1302.         },
  1303.         {
  1304.             "ItemId": "LVB9800130",
  1305.             "Parent": "LVB9800120",
  1306.             "SortPath": 3,
  1307.             "ItemTitle": "Finding and Correcting Errors",
  1308.             "ItemIsFolder": 1,
  1309.             "ItemSectionType": "chpt",
  1310.             "ItemType": "chptfolder",
  1311.             "Edit": 0
  1312.         },
  1313.         {
  1314.             "ItemId": "LVB9800131",
  1315.             "Parent": "LVB9800130",
  1316.             "SortPath": 1,
  1317.             "ItemTitle": "Three Types of Errors",
  1318.             "ItemIsFolder": 1,
  1319.             "ItemSectionType": "chpt",
  1320.             "ItemType": "chptfolder",
  1321.             "Edit": 0
  1322.         },
  1323.         {
  1324.             "ItemId": "LVB9800132",
  1325.             "Parent": "LVB9800131",
  1326.             "SortPath": 1,
  1327.             "ItemTitle": "Logic Errors",
  1328.             "ItemIsFolder": 0,
  1329.             "ItemSectionType": "chpt",
  1330.             "ItemType": "chptleaf",
  1331.             "Edit": 0
  1332.         },
  1333.         {
  1334.             "ItemId": "LVB9800133",
  1335.             "Parent": "LVB9800131",
  1336.             "SortPath": 2,
  1337.             "ItemTitle": "Syntax Errors",
  1338.             "ItemIsFolder": 0,
  1339.             "ItemSectionType": "chpt",
  1340.             "ItemType": "chptleaf",
  1341.             "Edit": 0
  1342.         },
  1343.         {
  1344.             "ItemId": "LVB9800134",
  1345.             "Parent": "LVB9800131",
  1346.             "SortPath": 3,
  1347.             "ItemTitle": "Runtime Errors",
  1348.             "ItemIsFolder": 0,
  1349.             "ItemSectionType": "chpt",
  1350.             "ItemType": "chptleaf",
  1351.             "Edit": 0
  1352.         },
  1353.         {
  1354.             "ItemId": "LVB9800135",
  1355.             "Parent": "LVB9800130",
  1356.             "SortPath": 2,
  1357.             "ItemTitle": "Fixing Errors",
  1358.             "ItemIsFolder": 1,
  1359.             "ItemSectionType": "chpt",
  1360.             "ItemType": "chptfolder",
  1361.             "Edit": 0
  1362.         },
  1363.         {
  1364.             "ItemId": "LVB9800136",
  1365.             "Parent": "LVB9800135",
  1366.             "SortPath": 1,
  1367.             "ItemTitle": "Using Break Mode",
  1368.             "ItemIsFolder": 0,
  1369.             "ItemSectionType": "chpt",
  1370.             "ItemType": "chptleaf",
  1371.             "Edit": 0
  1372.         },
  1373.         {
  1374.             "ItemId": "LVB9800137",
  1375.             "Parent": "LVB9800135",
  1376.             "SortPath": 2,
  1377.             "ItemTitle": "Using the Stop Statement",
  1378.             "ItemIsFolder": 0,
  1379.             "ItemSectionType": "chpt",
  1380.             "ItemType": "chptleaf",
  1381.             "Edit": 0
  1382.         },
  1383.         {
  1384.             "ItemId": "LVB9800138",
  1385.             "Parent": "LVB9800120",
  1386.             "SortPath": 4,
  1387.             "ItemTitle": "Self-Check",
  1388.             "ItemIsFolder": 0,
  1389.             "ItemSectionType": "chk",
  1390.             "ItemType": "chkleaf",
  1391.             "Edit": 0
  1392.         },
  1393.         {
  1394.             "ItemId": "LVB9800139",
  1395.             "Parent": "LVB9800120",
  1396.             "SortPath": 5,
  1397.             "ItemTitle": "Review Lab 5",
  1398.             "ItemIsFolder": 1,
  1399.             "ItemSectionType": "lab",
  1400.             "ItemType": "labfolder",
  1401.             "Edit": 0
  1402.         },
  1403.         {
  1404.             "ItemId": "LVB9800140",
  1405.             "Parent": "LVB9800139",
  1406.             "SortPath": 1,
  1407.             "ItemTitle": "Exercise 1: Designing the Form",
  1408.             "ItemIsFolder": 0,
  1409.             "ItemSectionType": "lab",
  1410.             "ItemType": "lableaf",
  1411.             "Edit": 0
  1412.         },
  1413.         {
  1414.             "ItemId": "LVB9800141",
  1415.             "Parent": "LVB9800139",
  1416.             "SortPath": 2,
  1417.             "ItemTitle": "Exercise 2: Using Select Case",
  1418.             "ItemIsFolder": 0,
  1419.             "ItemSectionType": "lab",
  1420.             "ItemType": "lableaf",
  1421.             "Edit": 0
  1422.         },
  1423.         {
  1424.             "ItemId": "LVB9800142",
  1425.             "Parent": "LVB9800139",
  1426.             "SortPath": 3,
  1427.             "ItemTitle": "Exercise 3: Testing the Program",
  1428.             "ItemIsFolder": 0,
  1429.             "ItemSectionType": "lab",
  1430.             "ItemType": "lableaf",
  1431.             "Edit": 0
  1432.         },
  1433.         {
  1434.             "ItemId": "LVB9800143",
  1435.             "Parent": "course",
  1436.             "SortPath": 9,
  1437.             "ItemTitle": "Chapter 6: Using Loops and Timers",
  1438.             "ItemIsFolder": 1,
  1439.             "ItemSectionType": "chpt",
  1440.             "ItemType": "chptfolder",
  1441.             "Edit": 0
  1442.         },
  1443.         {
  1444.             "ItemId": "LVB9800144",
  1445.             "Parent": "LVB9800143",
  1446.             "SortPath": 1,
  1447.             "ItemTitle": "Writing For ... Next Loops",
  1448.             "ItemIsFolder": 1,
  1449.             "ItemSectionType": "chpt",
  1450.             "ItemType": "chptfolder",
  1451.             "Edit": 0
  1452.         },
  1453.         {
  1454.             "ItemId": "LVB9800145",
  1455.             "Parent": "LVB9800144",
  1456.             "SortPath": 1,
  1457.             "ItemTitle": "Anatomy of a For ... Next Loop",
  1458.             "ItemIsFolder": 0,
  1459.             "ItemSectionType": "chpt",
  1460.             "ItemType": "chptleaf",
  1461.             "Edit": 0
  1462.         },
  1463.         {
  1464.             "ItemId": "LVB9800146",
  1465.             "Parent": "LVB9800144",
  1466.             "SortPath": 2,
  1467.             "ItemTitle": "Using the Counter Variable in a Loop",
  1468.             "ItemIsFolder": 0,
  1469.             "ItemSectionType": "chpt",
  1470.             "ItemType": "chptleaf",
  1471.             "Edit": 0
  1472.         },
  1473.         {
  1474.             "ItemId": "LVB9800147",
  1475.             "Parent": "LVB9800144",
  1476.             "SortPath": 3,
  1477.             "ItemTitle": "Changing Properties With a Loop",
  1478.             "ItemIsFolder": 0,
  1479.             "ItemSectionType": "chpt",
  1480.             "ItemType": "chptleaf",
  1481.             "Edit": 0
  1482.         },
  1483.         {
  1484.             "ItemId": "LVB9800148",
  1485.             "Parent": "LVB9800144",
  1486.             "SortPath": 5,
  1487.             "ItemTitle": "Using the Exit For Statement",
  1488.             "ItemIsFolder": 0,
  1489.             "ItemSectionType": "chpt",
  1490.             "ItemType": "chptleaf",
  1491.             "Edit": 0
  1492.         },
  1493.         {
  1494.             "ItemId": "LVB9800149",
  1495.             "Parent": "LVB9800144",
  1496.             "SortPath": 4,
  1497.             "ItemTitle": "Complex For ... Next Loops",
  1498.             "ItemIsFolder": 0,
  1499.             "ItemSectionType": "chpt",
  1500.             "ItemType": "chptleaf",
  1501.             "Edit": 0
  1502.         },
  1503.         {
  1504.             "ItemId": "LVB9800150",
  1505.             "Parent": "LVB9800143",
  1506.             "SortPath": 2,
  1507.             "ItemTitle": "Writing Do Loops",
  1508.             "ItemIsFolder": 1,
  1509.             "ItemSectionType": "chpt",
  1510.             "ItemType": "chptfolder",
  1511.             "Edit": 0
  1512.         },
  1513.         {
  1514.             "ItemId": "LVB9800151",
  1515.             "Parent": "LVB9800150",
  1516.             "SortPath": 1,
  1517.             "ItemTitle": "Anatomy of a Do Loop",
  1518.             "ItemIsFolder": 0,
  1519.             "ItemSectionType": "chpt",
  1520.             "ItemType": "chptleaf",
  1521.             "Edit": 0
  1522.         },
  1523.         {
  1524.             "ItemId": "LVB9800152",
  1525.             "Parent": "LVB9800150",
  1526.             "SortPath": 2,
  1527.             "ItemTitle": "Avoiding an Endless Loop",
  1528.             "ItemIsFolder": 0,
  1529.             "ItemSectionType": "chpt",
  1530.             "ItemType": "chptleaf",
  1531.             "Edit": 0
  1532.         },
  1533.         {
  1534.             "ItemId": "LVB9800153",
  1535.             "Parent": "LVB9800150",
  1536.             "SortPath": 3,
  1537.             "ItemTitle": "Using the Until Keyword",
  1538.             "ItemIsFolder": 0,
  1539.             "ItemSectionType": "chpt",
  1540.             "ItemType": "chptleaf",
  1541.             "Edit": 0
  1542.         },
  1543.         {
  1544.             "ItemId": "LVB9800154",
  1545.             "Parent": "LVB9800143",
  1546.             "SortPath": 3,
  1547.             "ItemTitle": "Using the Timer Control",
  1548.             "ItemIsFolder": 1,
  1549.             "ItemSectionType": "chpt",
  1550.             "ItemType": "chptfolder",
  1551.             "Edit": 0
  1552.         },
  1553.         {
  1554.             "ItemId": "LVB9800155",
  1555.             "Parent": "LVB9800154",
  1556.             "SortPath": 1,
  1557.             "ItemTitle": "Creating a Digital Clock",
  1558.             "ItemIsFolder": 0,
  1559.             "ItemSectionType": "chpt",
  1560.             "ItemType": "chptleaf",
  1561.             "Edit": 0
  1562.         },
  1563.         {
  1564.             "ItemId": "LVB9800156",
  1565.             "Parent": "LVB9800154",
  1566.             "SortPath": 2,
  1567.             "ItemTitle": "Setting a Time Limit for Input",
  1568.             "ItemIsFolder": 0,
  1569.             "ItemSectionType": "chpt",
  1570.             "ItemType": "chptleaf",
  1571.             "Edit": 0
  1572.         },
  1573.         {
  1574.             "ItemId": "LVB9800157",
  1575.             "Parent": "LVB9800143",
  1576.             "SortPath": 4,
  1577.             "ItemTitle": "Self-Check",
  1578.             "ItemIsFolder": 0,
  1579.             "ItemSectionType": "chk",
  1580.             "ItemType": "chkleaf",
  1581.             "Edit": 0
  1582.         },
  1583.         {
  1584.             "ItemId": "LVB9800158",
  1585.             "Parent": "LVB9800143",
  1586.             "SortPath": 5,
  1587.             "ItemTitle": "Review Lab 6",
  1588.             "ItemIsFolder": 1,
  1589.             "ItemSectionType": "lab",
  1590.             "ItemType": "labfolder",
  1591.             "Edit": 0
  1592.         },
  1593.         {
  1594.             "ItemId": "LVB9800159",
  1595.             "Parent": "LVB9800158",
  1596.             "SortPath": 1,
  1597.             "ItemTitle": "Exercise 1: Create Objects",
  1598.             "ItemIsFolder": 0,
  1599.             "ItemSectionType": "lab",
  1600.             "ItemType": "lableaf",
  1601.             "Edit": 0
  1602.         },
  1603.         {
  1604.             "ItemId": "LVB9800160",
  1605.             "Parent": "LVB9800158",
  1606.             "SortPath": 2,
  1607.             "ItemTitle": "Exercise 2: Set Timer Properties",
  1608.             "ItemIsFolder": 0,
  1609.             "ItemSectionType": "lab",
  1610.             "ItemType": "lableaf",
  1611.             "Edit": 0
  1612.         },
  1613.         {
  1614.             "ItemId": "LVB9800161",
  1615.             "Parent": "LVB9800158",
  1616.             "SortPath": 3,
  1617.             "ItemTitle": "Exercise 3: Process the Password",
  1618.             "ItemIsFolder": 0,
  1619.             "ItemSectionType": "lab",
  1620.             "ItemType": "lableaf",
  1621.             "Edit": 0
  1622.         },
  1623.         {
  1624.             "ItemId": "LVB9800162",
  1625.             "Parent": "course",
  1626.             "SortPath": 10,
  1627.             "ItemTitle": "Chapter 7: Working with Forms, Printers, and Error Handlers",
  1628.             "ItemIsFolder": 1,
  1629.             "ItemSectionType": "chpt",
  1630.             "ItemType": "chptfolder",
  1631.             "Edit": 0
  1632.         },
  1633.         {
  1634.             "ItemId": "LVB9800163",
  1635.             "Parent": "LVB9800162",
  1636.             "SortPath": 1,
  1637.             "ItemTitle": "Using Extra Forms",
  1638.             "ItemIsFolder": 1,
  1639.             "ItemSectionType": "chpt",
  1640.             "ItemType": "chptfolder",
  1641.             "Edit": 0
  1642.         },
  1643.         {
  1644.             "ItemId": "LVB9800164",
  1645.             "Parent": "LVB9800163",
  1646.             "SortPath": 2,
  1647.             "ItemTitle": "Working with Multiple Forms",
  1648.             "ItemIsFolder": 1,
  1649.             "ItemSectionType": "chpt",
  1650.             "ItemType": "chptfolder",
  1651.             "Edit": 0
  1652.         },
  1653.         {
  1654.             "ItemId": "LVB9800165",
  1655.             "Parent": "LVB9800164",
  1656.             "SortPath": 4,
  1657.             "ItemTitle": "Hiding and Unloading Forms",
  1658.             "ItemIsFolder": 0,
  1659.             "ItemSectionType": "chpt",
  1660.             "ItemType": "chptleaf",
  1661.             "Edit": 0
  1662.         },
  1663.         {
  1664.             "ItemId": "LVB9800166",
  1665.             "Parent": "LVB9800164",
  1666.             "SortPath": 5,
  1667.             "ItemTitle": "MDI Forms",
  1668.             "ItemIsFolder": 0,
  1669.             "ItemSectionType": "chpt",
  1670.             "ItemType": "chptleaf",
  1671.             "Edit": 0
  1672.         },
  1673.         {
  1674.             "ItemId": "LVB9800167",
  1675.             "Parent": "LVB9800164",
  1676.             "SortPath": 2,
  1677.             "ItemTitle": "Displaying Forms",
  1678.             "ItemIsFolder": 0,
  1679.             "ItemSectionType": "chpt",
  1680.             "ItemType": "chptleaf",
  1681.             "Edit": 0
  1682.         },
  1683.         {
  1684.             "ItemId": "LVB9800168",
  1685.             "Parent": "LVB9800164",
  1686.             "SortPath": 3,
  1687.             "ItemTitle": "Minimizing Forms",
  1688.             "ItemIsFolder": 0,
  1689.             "ItemSectionType": "chpt",
  1690.             "ItemType": "chptleaf",
  1691.             "Edit": 0
  1692.         },
  1693.         {
  1694.             "ItemId": "LVB9800169",
  1695.             "Parent": "LVB9800164",
  1696.             "SortPath": 6,
  1697.             "ItemTitle": "Demonstration: Multiple Forms in Action",
  1698.             "ItemIsFolder": 0,
  1699.             "ItemSectionType": "mmonly",
  1700.             "ItemType": "mmonlyLeaf",
  1701.             "Edit": 0
  1702.         },
  1703.         {
  1704.             "ItemId": "LVB9800170",
  1705.             "Parent": "LVB9800164",
  1706.             "SortPath": 1,
  1707.             "ItemTitle": "Loading Forms",
  1708.             "ItemIsFolder": 0,
  1709.             "ItemSectionType": "chpt",
  1710.             "ItemType": "chptleaf",
  1711.             "Edit": 0
  1712.         },
  1713.         {
  1714.             "ItemId": "LVB9800171",
  1715.             "Parent": "LVB9800163",
  1716.             "SortPath": 1,
  1717.             "ItemTitle": "Creating New Forms",
  1718.             "ItemIsFolder": 1,
  1719.             "ItemSectionType": "chpt",
  1720.             "ItemType": "chptfolder",
  1721.             "Edit": 0
  1722.         },
  1723.         {
  1724.             "ItemId": "LVB9800172",
  1725.             "Parent": "LVB9800171",
  1726.             "SortPath": 1,
  1727.             "ItemTitle": "Starting from Scratch",
  1728.             "ItemIsFolder": 0,
  1729.             "ItemSectionType": "chpt",
  1730.             "ItemType": "chptleaf",
  1731.             "Edit": 0
  1732.         },
  1733.         {
  1734.             "ItemId": "LVB9800173",
  1735.             "Parent": "LVB9800171",
  1736.             "SortPath": 4,
  1737.             "ItemTitle": "Adding Existing Forms",
  1738.             "ItemIsFolder": 0,
  1739.             "ItemSectionType": "chpt",
  1740.             "ItemType": "chptleaf",
  1741.             "Edit": 0
  1742.         },
  1743.         {
  1744.             "ItemId": "LVB9800174",
  1745.             "Parent": "LVB9800171",
  1746.             "SortPath": 2,
  1747.             "ItemTitle": "Saving New Forms to Disk",
  1748.             "ItemIsFolder": 0,
  1749.             "ItemSectionType": "chpt",
  1750.             "ItemType": "chptleaf",
  1751.             "Edit": 0
  1752.         },
  1753.         {
  1754.             "ItemId": "LVB9800175",
  1755.             "Parent": "LVB9800171",
  1756.             "SortPath": 3,
  1757.             "ItemTitle": "Removing Forms from Your Project",
  1758.             "ItemIsFolder": 0,
  1759.             "ItemSectionType": "chpt",
  1760.             "ItemType": "chptleaf",
  1761.             "Edit": 0
  1762.         },
  1763.         {
  1764.             "ItemId": "LVB9800176",
  1765.             "Parent": "LVB9800162",
  1766.             "SortPath": 2,
  1767.             "ItemTitle": "Using Your Printer",
  1768.             "ItemIsFolder": 1,
  1769.             "ItemSectionType": "chpt",
  1770.             "ItemType": "chptfolder",
  1771.             "Edit": 0
  1772.         },
  1773.         {
  1774.             "ItemId": "LVB9800177",
  1775.             "Parent": "LVB9800176",
  1776.             "SortPath": 1,
  1777.             "ItemTitle": "The Printer Object",
  1778.             "ItemIsFolder": 0,
  1779.             "ItemSectionType": "chpt",
  1780.             "ItemType": "chptleaf",
  1781.             "Edit": 0
  1782.         },
  1783.         {
  1784.             "ItemId": "LVB9800178",
  1785.             "Parent": "LVB9800176",
  1786.             "SortPath": 2,
  1787.             "ItemTitle": "Printing Text",
  1788.             "ItemIsFolder": 0,
  1789.             "ItemSectionType": "chpt",
  1790.             "ItemType": "chptleaf",
  1791.             "Edit": 0
  1792.         },
  1793.         {
  1794.             "ItemId": "LVB9800179",
  1795.             "Parent": "LVB9800176",
  1796.             "SortPath": 3,
  1797.             "ItemTitle": "Printing Graphics",
  1798.             "ItemIsFolder": 0,
  1799.             "ItemSectionType": "chpt",
  1800.             "ItemType": "chptleaf",
  1801.             "Edit": 0
  1802.         },
  1803.         {
  1804.             "ItemId": "LVB9800180",
  1805.             "Parent": "LVB9800162",
  1806.             "SortPath": 3,
  1807.             "ItemTitle": "Using Error Handlers",
  1808.             "ItemIsFolder": 1,
  1809.             "ItemSectionType": "chpt",
  1810.             "ItemType": "chptfolder",
  1811.             "Edit": 0
  1812.         },
  1813.         {
  1814.             "ItemId": "LVB9800181",
  1815.             "Parent": "LVB9800180",
  1816.             "SortPath": 1,
  1817.             "ItemTitle": "Determining the Problem",
  1818.             "ItemIsFolder": 0,
  1819.             "ItemSectionType": "chpt",
  1820.             "ItemType": "chptleaf",
  1821.             "Edit": 0
  1822.         },
  1823.         {
  1824.             "ItemId": "LVB9800182",
  1825.             "Parent": "LVB9800180",
  1826.             "SortPath": 2,
  1827.             "ItemTitle": "Detecting the Error",
  1828.             "ItemIsFolder": 0,
  1829.             "ItemSectionType": "chpt",
  1830.             "ItemType": "chptleaf",
  1831.             "Edit": 0
  1832.         },
  1833.         {
  1834.             "ItemId": "LVB9800183",
  1835.             "Parent": "LVB9800180",
  1836.             "SortPath": 4,
  1837.             "ItemTitle": "Describing the Error",
  1838.             "ItemIsFolder": 0,
  1839.             "ItemSectionType": "chpt",
  1840.             "ItemType": "chptleaf",
  1841.             "Edit": 0
  1842.         },
  1843.         {
  1844.             "ItemId": "LVB9800184",
  1845.             "Parent": "LVB9800180",
  1846.             "SortPath": 5,
  1847.             "ItemTitle": "Specifying a Retry Period",
  1848.             "ItemIsFolder": 0,
  1849.             "ItemSectionType": "chpt",
  1850.             "ItemType": "chptleaf",
  1851.             "Edit": 0
  1852.         },
  1853.         {
  1854.             "ItemId": "LVB9800185",
  1855.             "Parent": "LVB9800180",
  1856.             "SortPath": 3,
  1857.             "ItemTitle": "Using Resume and Resume Next",
  1858.             "ItemIsFolder": 0,
  1859.             "ItemSectionType": "chpt",
  1860.             "ItemType": "chptleaf",
  1861.             "Edit": 0
  1862.         },
  1863.         {
  1864.             "ItemId": "LVB9800186",
  1865.             "Parent": "LVB9800162",
  1866.             "SortPath": 4,
  1867.             "ItemTitle": "Self-Check",
  1868.             "ItemIsFolder": 0,
  1869.             "ItemSectionType": "chk",
  1870.             "ItemType": "chkleaf",
  1871.             "Edit": 0
  1872.         },
  1873.         {
  1874.             "ItemId": "LVB9800187",
  1875.             "Parent": "LVB9800162",
  1876.             "SortPath": 5,
  1877.             "ItemTitle": "Review Lab 7",
  1878.             "ItemIsFolder": 1,
  1879.             "ItemSectionType": "lab",
  1880.             "ItemType": "labfolder",
  1881.             "Edit": 0
  1882.         },
  1883.         {
  1884.             "ItemId": "LVB9800188",
  1885.             "Parent": "LVB9800187",
  1886.             "SortPath": 1,
  1887.             "ItemTitle": "Exercise 1: Create the Second Form",
  1888.             "ItemIsFolder": 0,
  1889.             "ItemSectionType": "lab",
  1890.             "ItemType": "lableaf",
  1891.             "Edit": 0
  1892.         },
  1893.         {
  1894.             "ItemId": "LVB9800189",
  1895.             "Parent": "LVB9800187",
  1896.             "SortPath": 2,
  1897.             "ItemTitle": "Exercise 2: Use the Hide Method",
  1898.             "ItemIsFolder": 0,
  1899.             "ItemSectionType": "lab",
  1900.             "ItemType": "lableaf",
  1901.             "Edit": 0
  1902.         },
  1903.         {
  1904.             "ItemId": "LVB9800190",
  1905.             "Parent": "LVB9800187",
  1906.             "SortPath": 3,
  1907.             "ItemTitle": "Exercise 3: Display the Form",
  1908.             "ItemIsFolder": 0,
  1909.             "ItemSectionType": "lab",
  1910.             "ItemType": "lableaf",
  1911.             "Edit": 0
  1912.         },
  1913.         {
  1914.             "ItemId": "LVB9800191",
  1915.             "Parent": "course",
  1916.             "SortPath": 11,
  1917.             "ItemTitle": "Chapter 8: Adding Artwork and Animation",
  1918.             "ItemIsFolder": 1,
  1919.             "ItemSectionType": "chpt",
  1920.             "ItemType": "chptfolder",
  1921.             "Edit": 0
  1922.         },
  1923.         {
  1924.             "ItemId": "LVB9800192",
  1925.             "Parent": "LVB9800191",
  1926.             "SortPath": 2,
  1927.             "ItemTitle": "Adding Drag and Drop Support",
  1928.             "ItemIsFolder": 1,
  1929.             "ItemSectionType": "chpt",
  1930.             "ItemType": "chptfolder",
  1931.             "Edit": 0
  1932.         },
  1933.         {
  1934.             "ItemId": "LVB9800193",
  1935.             "Parent": "LVB9800192",
  1936.             "SortPath": 1,
  1937.             "ItemTitle": "Setting Drag Mode",
  1938.             "ItemIsFolder": 1,
  1939.             "ItemSectionType": "chpt",
  1940.             "ItemType": "chptfolder",
  1941.             "Edit": 0
  1942.         },
  1943.         {
  1944.             "ItemId": "LVB9800194",
  1945.             "Parent": "LVB9800193",
  1946.             "SortPath": 2,
  1947.             "ItemTitle": "Mouse Pointer",
  1948.             "ItemIsFolder": 0,
  1949.             "ItemSectionType": "chpt",
  1950.             "ItemType": "chptleaf",
  1951.             "Edit": 0
  1952.         },
  1953.         {
  1954.             "ItemId": "LVB9800195",
  1955.             "Parent": "LVB9800193",
  1956.             "SortPath": 1,
  1957.             "ItemTitle": "Drag and Drop",
  1958.             "ItemIsFolder": 0,
  1959.             "ItemSectionType": "chpt",
  1960.             "ItemType": "chptleaf",
  1961.             "Edit": 0
  1962.         },
  1963.         {
  1964.             "ItemId": "LVB9800196",
  1965.             "Parent": "LVB9800192",
  1966.             "SortPath": 2,
  1967.             "ItemTitle": "Using the Tag Property",
  1968.             "ItemIsFolder": 0,
  1969.             "ItemSectionType": "chpt",
  1970.             "ItemType": "chptleaf",
  1971.             "Edit": 0
  1972.         },
  1973.         {
  1974.             "ItemId": "LVB9800197",
  1975.             "Parent": "LVB9800191",
  1976.             "SortPath": 3,
  1977.             "ItemTitle": "Visual Basic Animation",
  1978.             "ItemIsFolder": 1,
  1979.             "ItemSectionType": "chpt",
  1980.             "ItemType": "chptfolder",
  1981.             "Edit": 0
  1982.         },
  1983.         {
  1984.             "ItemId": "LVB9800198",
  1985.             "Parent": "LVB9800197",
  1986.             "SortPath": 1,
  1987.             "ItemTitle": "The Form's Coordinate System",
  1988.             "ItemIsFolder": 0,
  1989.             "ItemSectionType": "chpt",
  1990.             "ItemType": "chptleaf",
  1991.             "Edit": 0
  1992.         },
  1993.         {
  1994.             "ItemId": "LVB9800199",
  1995.             "Parent": "LVB9800197",
  1996.             "SortPath": 2,
  1997.             "ItemTitle": "Moving Objects",
  1998.             "ItemIsFolder": 1,
  1999.             "ItemSectionType": "chpt",
  2000.             "ItemType": "chptfolder",
  2001.             "Edit": 0
  2002.         },
  2003.         {
  2004.             "ItemId": "LVB9800200",
  2005.             "Parent": "LVB9800199",
  2006.             "SortPath": 2,
  2007.             "ItemTitle": "Moving a Collection",
  2008.             "ItemIsFolder": 0,
  2009.             "ItemSectionType": "chpt",
  2010.             "ItemType": "chptleaf",
  2011.             "Edit": 0
  2012.         },
  2013.         {
  2014.             "ItemId": "LVB9800201",
  2015.             "Parent": "LVB9800199",
  2016.             "SortPath": 1,
  2017.             "ItemTitle": "Relative Movement",
  2018.             "ItemIsFolder": 0,
  2019.             "ItemSectionType": "chpt",
  2020.             "ItemType": "chptleaf",
  2021.             "Edit": 0
  2022.         },
  2023.         {
  2024.             "ItemId": "LVB9800202",
  2025.             "Parent": "LVB9800199",
  2026.             "SortPath": 3,
  2027.             "ItemTitle": "Making an Exception",
  2028.             "ItemIsFolder": 0,
  2029.             "ItemSectionType": "chpt",
  2030.             "ItemType": "chptleaf",
  2031.             "Edit": 0
  2032.         },
  2033.         {
  2034.             "ItemId": "LVB9800203",
  2035.             "Parent": "LVB9800197",
  2036.             "SortPath": 3,
  2037.             "ItemTitle": "Other Animation Effects",
  2038.             "ItemIsFolder": 1,
  2039.             "ItemSectionType": "chpt",
  2040.             "ItemType": "chptfolder",
  2041.             "Edit": 0
  2042.         },
  2043.         {
  2044.             "ItemId": "LVB9800204",
  2045.             "Parent": "LVB9800203",
  2046.             "SortPath": 1,
  2047.             "ItemTitle": "Expanding and Shrinking Images",
  2048.             "ItemIsFolder": 0,
  2049.             "ItemSectionType": "chpt",
  2050.             "ItemType": "chptleaf",
  2051.             "Edit": 0
  2052.         },
  2053.         {
  2054.             "ItemId": "LVB9800205",
  2055.             "Parent": "LVB9800203",
  2056.             "SortPath": 2,
  2057.             "ItemTitle": "Creating Animation with the Timer",
  2058.             "ItemIsFolder": 0,
  2059.             "ItemSectionType": "chpt",
  2060.             "ItemType": "chptleaf",
  2061.             "Edit": 0
  2062.         },
  2063.         {
  2064.             "ItemId": "LVB9800206",
  2065.             "Parent": "LVB9800203",
  2066.             "SortPath": 3,
  2067.             "ItemTitle": "Demonstration: Drifting Clouds",
  2068.             "ItemIsFolder": 0,
  2069.             "ItemSectionType": "mmonly",
  2070.             "ItemType": "mmonlyLeaf",
  2071.             "Edit": 0
  2072.         },
  2073.         {
  2074.             "ItemId": "LVB9800207",
  2075.             "Parent": "LVB9800191",
  2076.             "SortPath": 4,
  2077.             "ItemTitle": "Self-Check",
  2078.             "ItemIsFolder": 0,
  2079.             "ItemSectionType": "chk",
  2080.             "ItemType": "chkleaf",
  2081.             "Edit": 0
  2082.         },
  2083.         {
  2084.             "ItemId": "LVB9800208",
  2085.             "Parent": "LVB9800191",
  2086.             "SortPath": 5,
  2087.             "ItemTitle": "Review Lab 8",
  2088.             "ItemIsFolder": 1,
  2089.             "ItemSectionType": "lab",
  2090.             "ItemType": "labfolder",
  2091.             "Edit": 0
  2092.         },
  2093.         {
  2094.             "ItemId": "LVB9800209",
  2095.             "Parent": "LVB9800208",
  2096.             "SortPath": 1,
  2097.             "ItemTitle": "Exercise 1: Open a Planet Bitmap",
  2098.             "ItemIsFolder": 0,
  2099.             "ItemSectionType": "lab",
  2100.             "ItemType": "lableaf",
  2101.             "Edit": 0
  2102.         },
  2103.         {
  2104.             "ItemId": "LVB9800210",
  2105.             "Parent": "LVB9800208",
  2106.             "SortPath": 2,
  2107.             "ItemTitle": "Exercise 2: Create a Zoom Effect",
  2108.             "ItemIsFolder": 0,
  2109.             "ItemSectionType": "lab",
  2110.             "ItemType": "lableaf",
  2111.             "Edit": 0
  2112.         },
  2113.         {
  2114.             "ItemId": "LVB9800211",
  2115.             "Parent": "LVB9800191",
  2116.             "SortPath": 1,
  2117.             "ItemTitle": "Creating Original Artwork",
  2118.             "ItemIsFolder": 1,
  2119.             "ItemSectionType": "chpt",
  2120.             "ItemType": "chptfolder",
  2121.             "Edit": 0
  2122.         },
  2123.         {
  2124.             "ItemId": "LVB9800212",
  2125.             "Parent": "LVB9800211",
  2126.             "SortPath": 1,
  2127.             "ItemTitle": "Line Control",
  2128.             "ItemIsFolder": 0,
  2129.             "ItemSectionType": "chpt",
  2130.             "ItemType": "chptleaf",
  2131.             "Edit": 0
  2132.         },
  2133.         {
  2134.             "ItemId": "LVB9800213",
  2135.             "Parent": "LVB9800211",
  2136.             "SortPath": 2,
  2137.             "ItemTitle": "Shape Control",
  2138.             "ItemIsFolder": 0,
  2139.             "ItemSectionType": "chpt",
  2140.             "ItemType": "chptleaf",
  2141.             "Edit": 0
  2142.         },
  2143.         {
  2144.             "ItemId": "LVB9800214",
  2145.             "Parent": "LVB9800211",
  2146.             "SortPath": 3,
  2147.             "ItemTitle": "Graphics Methods",
  2148.             "ItemIsFolder": 0,
  2149.             "ItemSectionType": "chpt",
  2150.             "ItemType": "chptleaf",
  2151.             "Edit": 0
  2152.         },
  2153.         {
  2154.             "ItemId": "LVB9800215",
  2155.             "Parent": "course",
  2156.             "SortPath": 12,
  2157.             "ItemTitle": "Chapter 9: Working with Modules and Procedures",
  2158.             "ItemIsFolder": 1,
  2159.             "ItemSectionType": "chpt",
  2160.             "ItemType": "chptfolder",
  2161.             "Edit": 0
  2162.         },
  2163.         {
  2164.             "ItemId": "LVB9800216",
  2165.             "Parent": "LVB9800215",
  2166.             "SortPath": 2,
  2167.             "ItemTitle": "Creating Standard Modules",
  2168.             "ItemIsFolder": 1,
  2169.             "ItemSectionType": "chpt",
  2170.             "ItemType": "chptfolder",
  2171.             "Edit": 0
  2172.         },
  2173.         {
  2174.             "ItemId": "LVB9800217",
  2175.             "Parent": "LVB9800216",
  2176.             "SortPath": 2,
  2177.             "ItemTitle": "Module Property",
  2178.             "ItemIsFolder": 0,
  2179.             "ItemSectionType": "chpt",
  2180.             "ItemType": "chptleaf",
  2181.             "Edit": 0
  2182.         },
  2183.         {
  2184.             "ItemId": "LVB9800218",
  2185.             "Parent": "LVB9800216",
  2186.             "SortPath": 1,
  2187.             "ItemTitle": "Module Files",
  2188.             "ItemIsFolder": 0,
  2189.             "ItemSectionType": "chpt",
  2190.             "ItemType": "chptleaf",
  2191.             "Edit": 0
  2192.         },
  2193.         {
  2194.             "ItemId": "LVB9800219",
  2195.             "Parent": "LVB9800215",
  2196.             "SortPath": 3,
  2197.             "ItemTitle": "Working with Public Variables",
  2198.             "ItemIsFolder": 0,
  2199.             "ItemSectionType": "chpt",
  2200.             "ItemType": "chptleaf",
  2201.             "Edit": 0
  2202.         },
  2203.         {
  2204.             "ItemId": "LVB9800220",
  2205.             "Parent": "LVB9800215",
  2206.             "SortPath": 4,
  2207.             "ItemTitle": "Creating General-Purpose Procedures",
  2208.             "ItemIsFolder": 1,
  2209.             "ItemSectionType": "chpt",
  2210.             "ItemType": "chptfolder",
  2211.             "Edit": 0
  2212.         },
  2213.         {
  2214.             "ItemId": "LVB9800221",
  2215.             "Parent": "LVB9800220",
  2216.             "SortPath": 1,
  2217.             "ItemTitle": "Function Procedures",
  2218.             "ItemIsFolder": 1,
  2219.             "ItemSectionType": "chpt",
  2220.             "ItemType": "chptfolder",
  2221.             "Edit": 0
  2222.         },
  2223.         {
  2224.             "ItemId": "LVB9800222",
  2225.             "Parent": "LVB9800221",
  2226.             "SortPath": 1,
  2227.             "ItemTitle": "Function Syntax",
  2228.             "ItemIsFolder": 0,
  2229.             "ItemSectionType": "chpt",
  2230.             "ItemType": "chptleaf",
  2231.             "Edit": 0
  2232.         },
  2233.         {
  2234.             "ItemId": "LVB9800223",
  2235.             "Parent": "LVB9800221",
  2236.             "SortPath": 2,
  2237.             "ItemTitle": "Function Calls",
  2238.             "ItemIsFolder": 0,
  2239.             "ItemSectionType": "chpt",
  2240.             "ItemType": "chptleaf",
  2241.             "Edit": 0
  2242.         },
  2243.         {
  2244.             "ItemId": "LVB9800224",
  2245.             "Parent": "LVB9800220",
  2246.             "SortPath": 2,
  2247.             "ItemTitle": "Sub Procedures",
  2248.             "ItemIsFolder": 1,
  2249.             "ItemSectionType": "chpt",
  2250.             "ItemType": "chptfolder",
  2251.             "Edit": 0
  2252.         },
  2253.         {
  2254.             "ItemId": "LVB9800225",
  2255.             "Parent": "LVB9800224",
  2256.             "SortPath": 1,
  2257.             "ItemTitle": "Sub Procedure Syntax",
  2258.             "ItemIsFolder": 0,
  2259.             "ItemSectionType": "chpt",
  2260.             "ItemType": "chptleaf",
  2261.             "Edit": 0
  2262.         },
  2263.         {
  2264.             "ItemId": "LVB9800226",
  2265.             "Parent": "LVB9800224",
  2266.             "SortPath": 2,
  2267.             "ItemTitle": "Calling a Sub",
  2268.             "ItemIsFolder": 0,
  2269.             "ItemSectionType": "chpt",
  2270.             "ItemType": "chptleaf",
  2271.             "Edit": 0
  2272.         },
  2273.         {
  2274.             "ItemId": "LVB9800227",
  2275.             "Parent": "LVB9800224",
  2276.             "SortPath": 3,
  2277.             "ItemTitle": "Advanced Sub Calls",
  2278.             "ItemIsFolder": 0,
  2279.             "ItemSectionType": "chpt",
  2280.             "ItemType": "chptleaf",
  2281.             "Edit": 0
  2282.         },
  2283.         {
  2284.             "ItemId": "LVB9800228",
  2285.             "Parent": "LVB9800215",
  2286.             "SortPath": 5,
  2287.             "ItemTitle": "Self-Check",
  2288.             "ItemIsFolder": 0,
  2289.             "ItemSectionType": "chk",
  2290.             "ItemType": "chkleaf",
  2291.             "Edit": 0
  2292.         },
  2293.         {
  2294.             "ItemId": "LVB9800229",
  2295.             "Parent": "LVB9800215",
  2296.             "SortPath": 6,
  2297.             "ItemTitle": "Review Lab 9",
  2298.             "ItemIsFolder": 1,
  2299.             "ItemSectionType": "lab",
  2300.             "ItemType": "labfolder",
  2301.             "Edit": 0
  2302.         },
  2303.         {
  2304.             "ItemId": "LVB9800230",
  2305.             "Parent": "LVB9800229",
  2306.             "SortPath": 1,
  2307.             "ItemTitle": "Exercise 1: Create a Standard Module",
  2308.             "ItemIsFolder": 0,
  2309.             "ItemSectionType": "lab",
  2310.             "ItemType": "lableaf",
  2311.             "Edit": 0
  2312.         },
  2313.         {
  2314.             "ItemId": "LVB9800231",
  2315.             "Parent": "LVB9800229",
  2316.             "SortPath": 2,
  2317.             "ItemTitle": "Exercise 2: Create the Rate Function",
  2318.             "ItemIsFolder": 0,
  2319.             "ItemSectionType": "lab",
  2320.             "ItemType": "lableaf",
  2321.             "Edit": 0
  2322.         },
  2323.         {
  2324.             "ItemId": "LVB9800232",
  2325.             "Parent": "LVB9800229",
  2326.             "SortPath": 3,
  2327.             "ItemTitle": "Exercise 3: Call the Function",
  2328.             "ItemIsFolder": 0,
  2329.             "ItemSectionType": "lab",
  2330.             "ItemType": "lableaf",
  2331.             "Edit": 0
  2332.         },
  2333.         {
  2334.             "ItemId": "LVB9800233",
  2335.             "Parent": "LVB9800215",
  2336.             "SortPath": 1,
  2337.             "ItemTitle": "Variable Scope",
  2338.             "ItemIsFolder": 0,
  2339.             "ItemSectionType": "chpt",
  2340.             "ItemType": "chptleaf",
  2341.             "Edit": 0
  2342.         },
  2343.         {
  2344.             "ItemId": "LVB9800234",
  2345.             "Parent": "course",
  2346.             "SortPath": 13,
  2347.             "ItemTitle": "Chapter 10: Working with Text Files and Databases",
  2348.             "ItemIsFolder": 1,
  2349.             "ItemSectionType": "chpt",
  2350.             "ItemType": "chptfolder",
  2351.             "Edit": 0
  2352.         },
  2353.         {
  2354.             "ItemId": "LVB9800235",
  2355.             "Parent": "LVB9800234",
  2356.             "SortPath": 3,
  2357.             "ItemTitle": "Opening Databases",
  2358.             "ItemIsFolder": 1,
  2359.             "ItemSectionType": "chpt",
  2360.             "ItemType": "chptfolder",
  2361.             "Edit": 0
  2362.         },
  2363.         {
  2364.             "ItemId": "LVB9800236",
  2365.             "Parent": "LVB9800235",
  2366.             "SortPath": 2,
  2367.             "ItemTitle": "Using Bound Controls",
  2368.             "ItemIsFolder": 0,
  2369.             "ItemSectionType": "chpt",
  2370.             "ItemType": "chptleaf",
  2371.             "Edit": 0
  2372.         },
  2373.         {
  2374.             "ItemId": "LVB9800237",
  2375.             "Parent": "LVB9800235",
  2376.             "SortPath": 3,
  2377.             "ItemTitle": "Demonstration: Data Browser Program",
  2378.             "ItemIsFolder": 0,
  2379.             "ItemSectionType": "mmonly",
  2380.             "ItemType": "mmonlyLeaf",
  2381.             "Edit": 0
  2382.         },
  2383.         {
  2384.             "ItemId": "LVB9800238",
  2385.             "Parent": "LVB9800235",
  2386.             "SortPath": 1,
  2387.             "ItemTitle": "Using the Data Control",
  2388.             "ItemIsFolder": 0,
  2389.             "ItemSectionType": "chpt",
  2390.             "ItemType": "chptleaf",
  2391.             "Edit": 0
  2392.         },
  2393.         {
  2394.             "ItemId": "LVB9800239",
  2395.             "Parent": "LVB9800234",
  2396.             "SortPath": 5,
  2397.             "ItemTitle": "Self-Check",
  2398.             "ItemIsFolder": 0,
  2399.             "ItemSectionType": "chk",
  2400.             "ItemType": "chkleaf",
  2401.             "Edit": 0
  2402.         },
  2403.         {
  2404.             "ItemId": "LVB9800240",
  2405.             "Parent": "LVB9800234",
  2406.             "SortPath": 6,
  2407.             "ItemTitle": "Review Lab 10",
  2408.             "ItemIsFolder": 1,
  2409.             "ItemSectionType": "lab",
  2410.             "ItemType": "labfolder",
  2411.             "Edit": 0
  2412.         },
  2413.         {
  2414.             "ItemId": "LVB9800241",
  2415.             "Parent": "LVB9800240",
  2416.             "SortPath": 1,
  2417.             "ItemTitle": "Exercise 1: Open the Biblio.mdb Database",
  2418.             "ItemIsFolder": 0,
  2419.             "ItemSectionType": "lab",
  2420.             "ItemType": "lableaf",
  2421.             "Edit": 0
  2422.         },
  2423.         {
  2424.             "ItemId": "LVB9800242",
  2425.             "Parent": "LVB9800240",
  2426.             "SortPath": 2,
  2427.             "ItemTitle": "Exercise 2: Search Database Records",
  2428.             "ItemIsFolder": 0,
  2429.             "ItemSectionType": "lab",
  2430.             "ItemType": "lableaf",
  2431.             "Edit": 0
  2432.         },
  2433.         {
  2434.             "ItemId": "LVB9800243",
  2435.             "Parent": "LVB9800240",
  2436.             "SortPath": 3,
  2437.             "ItemTitle": "Exercise 3: Add a Record",
  2438.             "ItemIsFolder": 0,
  2439.             "ItemSectionType": "lab",
  2440.             "ItemType": "lableaf",
  2441.             "Edit": 0
  2442.         },
  2443.         {
  2444.             "ItemId": "LVB9800244",
  2445.             "Parent": "LVB9800240",
  2446.             "SortPath": 4,
  2447.             "ItemTitle": "Exercise 4: Delete a Record",
  2448.             "ItemIsFolder": 0,
  2449.             "ItemSectionType": "lab",
  2450.             "ItemType": "lableaf",
  2451.             "Edit": 0
  2452.         },
  2453.         {
  2454.             "ItemId": "LVB9800245",
  2455.             "Parent": "LVB9800234",
  2456.             "SortPath": 1,
  2457.             "ItemTitle": "Displaying Text Files",
  2458.             "ItemIsFolder": 1,
  2459.             "ItemSectionType": "chpt",
  2460.             "ItemType": "chptfolder",
  2461.             "Edit": 0
  2462.         },
  2463.         {
  2464.             "ItemId": "LVB9800246",
  2465.             "Parent": "LVB9800245",
  2466.             "SortPath": 1,
  2467.             "ItemTitle": "Opening Text Files",
  2468.             "ItemIsFolder": 0,
  2469.             "ItemSectionType": "chpt",
  2470.             "ItemType": "chptleaf",
  2471.             "Edit": 0
  2472.         },
  2473.         {
  2474.             "ItemId": "LVB9800247",
  2475.             "Parent": "LVB9800245",
  2476.             "SortPath": 2,
  2477.             "ItemTitle": "The Open Statement",
  2478.             "ItemIsFolder": 0,
  2479.             "ItemSectionType": "chpt",
  2480.             "ItemType": "chptleaf",
  2481.             "Edit": 0
  2482.         },
  2483.         {
  2484.             "ItemId": "LVB9800248",
  2485.             "Parent": "LVB9800245",
  2486.             "SortPath": 3,
  2487.             "ItemTitle": "Demonstration: Text Browser Program",
  2488.             "ItemIsFolder": 0,
  2489.             "ItemSectionType": "mmonly",
  2490.             "ItemType": "mmonlyLeaf",
  2491.             "Edit": 0
  2492.         },
  2493.         {
  2494.             "ItemId": "LVB9800249",
  2495.             "Parent": "LVB9800234",
  2496.             "SortPath": 2,
  2497.             "ItemTitle": "Creating New Text Files",
  2498.             "ItemIsFolder": 1,
  2499.             "ItemSectionType": "chpt",
  2500.             "ItemType": "chptfolder",
  2501.             "Edit": 0
  2502.         },
  2503.         {
  2504.             "ItemId": "LVB9800250",
  2505.             "Parent": "LVB9800249",
  2506.             "SortPath": 2,
  2507.             "ItemTitle": "Save Command Code",
  2508.             "ItemIsFolder": 0,
  2509.             "ItemSectionType": "chpt",
  2510.             "ItemType": "chptleaf",
  2511.             "Edit": 0
  2512.         },
  2513.         {
  2514.             "ItemId": "LVB9800251",
  2515.             "Parent": "LVB9800249",
  2516.             "SortPath": 3,
  2517.             "ItemTitle": "Demonstration: Quick Note Utility",
  2518.             "ItemIsFolder": 0,
  2519.             "ItemSectionType": "mmonly",
  2520.             "ItemType": "mmonlyLeaf",
  2521.             "Edit": 0
  2522.         },
  2523.         {
  2524.             "ItemId": "LVB9800252",
  2525.             "Parent": "LVB9800249",
  2526.             "SortPath": 1,
  2527.             "ItemTitle": "New Text Files",
  2528.             "ItemIsFolder": 0,
  2529.             "ItemSectionType": "chpt",
  2530.             "ItemType": "chptleaf",
  2531.             "Edit": 0
  2532.         },
  2533.         {
  2534.             "ItemId": "LVB9800253",
  2535.             "Parent": "LVB9800234",
  2536.             "SortPath": 4,
  2537.             "ItemTitle": "Managing Database Records",
  2538.             "ItemIsFolder": 1,
  2539.             "ItemSectionType": "chpt",
  2540.             "ItemType": "chptfolder",
  2541.             "Edit": 0
  2542.         },
  2543.         {
  2544.             "ItemId": "LVB9800254",
  2545.             "Parent": "LVB9800253",
  2546.             "SortPath": 1,
  2547.             "ItemTitle": "Searching Records",
  2548.             "ItemIsFolder": 0,
  2549.             "ItemSectionType": "chpt",
  2550.             "ItemType": "chptleaf",
  2551.             "Edit": 0
  2552.         },
  2553.         {
  2554.             "ItemId": "LVB9800255",
  2555.             "Parent": "LVB9800253",
  2556.             "SortPath": 2,
  2557.             "ItemTitle": "Adding Records",
  2558.             "ItemIsFolder": 0,
  2559.             "ItemSectionType": "chpt",
  2560.             "ItemType": "chptleaf",
  2561.             "Edit": 0
  2562.         },
  2563.         {
  2564.             "ItemId": "LVB9800256",
  2565.             "Parent": "LVB9800253",
  2566.             "SortPath": 3,
  2567.             "ItemTitle": "Deleting Records",
  2568.             "ItemIsFolder": 0,
  2569.             "ItemSectionType": "chpt",
  2570.             "ItemType": "chptleaf",
  2571.             "Edit": 0
  2572.         },
  2573.         {
  2574.             "ItemId": "LVB9800257",
  2575.             "Parent": "LVB9800253",
  2576.             "SortPath": 4,
  2577.             "ItemTitle": "Making Backup Copies",
  2578.             "ItemIsFolder": 0,
  2579.             "ItemSectionType": "chpt",
  2580.             "ItemType": "chptLeaf",
  2581.             "Edit": 0
  2582.         },
  2583.         {
  2584.             "ItemId": "LVB9800258",
  2585.             "Parent": "course",
  2586.             "SortPath": 14,
  2587.             "ItemTitle": "Chapter 11: Connecting to Microsoft Office",
  2588.             "ItemIsFolder": 1,
  2589.             "ItemSectionType": "chpt",
  2590.             "ItemType": "chptfolder",
  2591.             "Edit": 0
  2592.         },
  2593.         {
  2594.             "ItemId": "LVB9800259",
  2595.             "Parent": "LVB9800258",
  2596.             "SortPath": 5,
  2597.             "ItemTitle": "Self-Check",
  2598.             "ItemIsFolder": 0,
  2599.             "ItemSectionType": "chk",
  2600.             "ItemType": "chkleaf",
  2601.             "Edit": 0
  2602.         },
  2603.         {
  2604.             "ItemId": "LVB9800260",
  2605.             "Parent": "LVB9800258",
  2606.             "SortPath": 6,
  2607.             "ItemTitle": "Review Lab 11",
  2608.             "ItemIsFolder": 1,
  2609.             "ItemSectionType": "lab",
  2610.             "ItemType": "labfolder",
  2611.             "Edit": 0
  2612.         },
  2613.         {
  2614.             "ItemId": "LVB9800261",
  2615.             "Parent": "LVB9800260",
  2616.             "SortPath": 1,
  2617.             "ItemTitle": "Exercise 1: Set Data Object Properties",
  2618.             "ItemIsFolder": 0,
  2619.             "ItemSectionType": "lab",
  2620.             "ItemType": "lableaf",
  2621.             "Edit": 0
  2622.         },
  2623.         {
  2624.             "ItemId": "LVB9800262",
  2625.             "Parent": "LVB9800260",
  2626.             "SortPath": 2,
  2627.             "ItemTitle": "Exercise 2: Write the Automation Code",
  2628.             "ItemIsFolder": 0,
  2629.             "ItemSectionType": "lab",
  2630.             "ItemType": "lableaf",
  2631.             "Edit": 0
  2632.         },
  2633.         {
  2634.             "ItemId": "LVB9800263",
  2635.             "Parent": "LVB9800260",
  2636.             "SortPath": 3,
  2637.             "ItemTitle": "Exercise 3: Run the Program",
  2638.             "ItemIsFolder": 0,
  2639.             "ItemSectionType": "lab",
  2640.             "ItemType": "lableaf",
  2641.             "Edit": 0
  2642.         },
  2643.         {
  2644.             "ItemId": "LVB9800265",
  2645.             "Parent": "LVB9800258",
  2646.             "SortPath": 2,
  2647.             "ItemTitle": "Understanding Automation",
  2648.             "ItemIsFolder": 0,
  2649.             "ItemSectionType": "chpt",
  2650.             "ItemType": "chptleaf",
  2651.             "Edit": 0
  2652.         },
  2653.         {
  2654.             "ItemId": "LVB9800266",
  2655.             "Parent": "LVB9800258",
  2656.             "SortPath": 3,
  2657.             "ItemTitle": "Using the Object Browser",
  2658.             "ItemIsFolder": 0,
  2659.             "ItemSectionType": "chpt",
  2660.             "ItemType": "chptleaf",
  2661.             "Edit": 0
  2662.         },
  2663.         {
  2664.             "ItemId": "LVB9800268",
  2665.             "Parent": "LVB9800258",
  2666.             "SortPath": 4,
  2667.             "ItemTitle": "Controlling Microsoft Office",
  2668.             "ItemIsFolder": 1,
  2669.             "ItemSectionType": "chpt",
  2670.             "ItemType": "chptfolder",
  2671.             "Edit": 0
  2672.         },
  2673.         {
  2674.             "ItemId": "LVB9800269",
  2675.             "Parent": "LVB9800268",
  2676.             "SortPath": 1,
  2677.             "ItemTitle": "Microsoft Word",
  2678.             "ItemIsFolder": 0,
  2679.             "ItemSectionType": "chpt",
  2680.             "ItemType": "chptleaf",
  2681.             "Edit": 0
  2682.         },
  2683.         {
  2684.             "ItemId": "LVB9800270",
  2685.             "Parent": "LVB9800268",
  2686.             "SortPath": 2,
  2687.             "ItemTitle": "Microsoft Excel",
  2688.             "ItemIsFolder": 0,
  2689.             "ItemSectionType": "chpt",
  2690.             "ItemType": "chptLeaf",
  2691.             "Edit": 0
  2692.         },
  2693.         {
  2694.             "ItemId": "LVB9800271",
  2695.             "Parent": "course",
  2696.             "SortPath": 3,
  2697.             "ItemTitle": "Introduction",
  2698.             "ItemIsFolder": 0,
  2699.             "ItemSectionType": "chpt",
  2700.             "ItemType": "chptleaf",
  2701.             "Edit": 0
  2702.         },
  2703.         {
  2704.             "ItemId": "LVB9800272",
  2705.             "Parent": "course",
  2706.             "SortPath": 1,
  2707.             "ItemTitle": "About the Author",
  2708.             "ItemIsFolder": 0,
  2709.             "ItemSectionType": "chpt",
  2710.             "ItemType": "chptleaf",
  2711.             "Edit": 0
  2712.         },
  2713.         {
  2714.             "ItemId": "LVB9800273",
  2715.             "Parent": "course",
  2716.             "SortPath": 16,
  2717.             "ItemTitle": "What's Next?",
  2718.             "ItemIsFolder": 0,
  2719.             "ItemSectionType": "chpt",
  2720.             "ItemType": "chptleaf",
  2721.             "Edit": 0
  2722.         },
  2723.         {
  2724.             "ItemId": "LVB9800722",
  2725.             "Parent": "course",
  2726.             "SortPath": 2,
  2727.             "ItemTitle": "About this Course",
  2728.             "ItemIsFolder": 0,
  2729.             "ItemSectionType": "chpt",
  2730.             "ItemType": "chptleaf",
  2731.             "Edit": 0
  2732.         },
  2733.         {
  2734.             "ItemId": "LVB9800723",
  2735.             "Parent": "course",
  2736.             "SortPath": 15,
  2737.             "ItemTitle": "Chapter 12: Creating Your Own Objects",
  2738.             "ItemIsFolder": 1,
  2739.             "ItemSectionType": "chpt",
  2740.             "ItemType": "chptfolder",
  2741.             "Edit": 0
  2742.         },
  2743.         {
  2744.             "ItemId": "LVB9800724",
  2745.             "Parent": "lvb9800723",
  2746.             "SortPath": 1,
  2747.             "ItemTitle": "Object-Oriented Terms",
  2748.             "ItemIsFolder": 1,
  2749.             "ItemSectionType": "chpt",
  2750.             "ItemType": "chptfolder",
  2751.             "Edit": 0
  2752.         },
  2753.         {
  2754.             "ItemId": "LVB9800725",
  2755.             "Parent": "lvb9800724",
  2756.             "SortPath": 1,
  2757.             "ItemTitle": "Class",
  2758.             "ItemIsFolder": 0,
  2759.             "ItemSectionType": "chpt",
  2760.             "ItemType": "chptleaf",
  2761.             "Edit": 0
  2762.         },
  2763.         {
  2764.             "ItemId": "LVB9800726",
  2765.             "Parent": "lvb9800724",
  2766.             "SortPath": 2,
  2767.             "ItemTitle": "Objects and Instantiation",
  2768.             "ItemIsFolder": 0,
  2769.             "ItemSectionType": "chpt",
  2770.             "ItemType": "chptleaf",
  2771.             "Edit": 0
  2772.         },
  2773.         {
  2774.             "ItemId": "LVB9800727",
  2775.             "Parent": "lvb9800724",
  2776.             "SortPath": 3,
  2777.             "ItemTitle": "Member",
  2778.             "ItemIsFolder": 0,
  2779.             "ItemSectionType": "chpt",
  2780.             "ItemType": "chptleaf",
  2781.             "Edit": 0
  2782.         },
  2783.         {
  2784.             "ItemId": "LVB9800728",
  2785.             "Parent": "lvb9800724",
  2786.             "SortPath": 4,
  2787.             "ItemTitle": "The Public Interface and Messaging",
  2788.             "ItemIsFolder": 0,
  2789.             "ItemSectionType": "chpt",
  2790.             "ItemType": "chptleaf",
  2791.             "Edit": 0
  2792.         },
  2793.         {
  2794.             "ItemId": "LVB9800729",
  2795.             "Parent": "lvb9800724",
  2796.             "SortPath": 5,
  2797.             "ItemTitle": "Encapsulation",
  2798.             "ItemIsFolder": 0,
  2799.             "ItemSectionType": "chpt",
  2800.             "ItemType": "chptleaf",
  2801.             "Edit": 0
  2802.         },
  2803.         {
  2804.             "ItemId": "LVB9800730",
  2805.             "Parent": "lvb9800724",
  2806.             "SortPath": 6,
  2807.             "ItemTitle": "Polymorphism",
  2808.             "ItemIsFolder": 0,
  2809.             "ItemSectionType": "chpt",
  2810.             "ItemType": "chptleaf",
  2811.             "Edit": 0
  2812.         },
  2813.         {
  2814.             "ItemId": "LVB9800731",
  2815.             "Parent": "lvb9800724",
  2816.             "SortPath": 7,
  2817.             "ItemTitle": "Inheritance",
  2818.             "ItemIsFolder": 0,
  2819.             "ItemSectionType": "chpt",
  2820.             "ItemType": "chptleaf",
  2821.             "Edit": 0
  2822.         },
  2823.         {
  2824.             "ItemId": "LVB9800732",
  2825.             "Parent": "lvb9800723",
  2826.             "SortPath": 2,
  2827.             "ItemTitle": "Creating Class Modules",
  2828.             "ItemIsFolder": 1,
  2829.             "ItemSectionType": "chpt",
  2830.             "ItemType": "chptfolder",
  2831.             "Edit": 0
  2832.         },
  2833.         {
  2834.             "ItemId": "LVB9800733",
  2835.             "Parent": "lvb9800732",
  2836.             "SortPath": 1,
  2837.             "ItemTitle": "Class Module Files",
  2838.             "ItemIsFolder": 0,
  2839.             "ItemSectionType": "chpt",
  2840.             "ItemType": "chptleaf",
  2841.             "Edit": 0
  2842.         },
  2843.         {
  2844.             "ItemId": "LVB9800734",
  2845.             "Parent": "lvb9800732",
  2846.             "SortPath": 2,
  2847.             "ItemTitle": "Class Module Properties",
  2848.             "ItemIsFolder": 0,
  2849.             "ItemSectionType": "chpt",
  2850.             "ItemType": "chptleaf",
  2851.             "Edit": 0
  2852.         },
  2853.         {
  2854.             "ItemId": "LVB9800735",
  2855.             "Parent": "lvb9800732",
  2856.             "SortPath": 3,
  2857.             "ItemTitle": "Class Module Events",
  2858.             "ItemIsFolder": 0,
  2859.             "ItemSectionType": "chpt",
  2860.             "ItemType": "chptleaf",
  2861.             "Edit": 0
  2862.         },
  2863.         {
  2864.             "ItemId": "LVB9800736",
  2865.             "Parent": "lvb9800723",
  2866.             "SortPath": 3,
  2867.             "ItemTitle": "Creating a Simple Calculator Object",
  2868.             "ItemIsFolder": 1,
  2869.             "ItemSectionType": "chpt",
  2870.             "ItemType": "chptfolder",
  2871.             "Edit": 0
  2872.         },
  2873.         {
  2874.             "ItemId": "LVB9800737",
  2875.             "Parent": "lvb9800736",
  2876.             "SortPath": 1,
  2877.             "ItemTitle": "Calculator Property Let Procedures",
  2878.             "ItemIsFolder": 0,
  2879.             "ItemSectionType": "chpt",
  2880.             "ItemType": "chptleaf",
  2881.             "Edit": 0
  2882.         },
  2883.         {
  2884.             "ItemId": "LVB9800738",
  2885.             "Parent": "lvb9800736",
  2886.             "SortPath": 2,
  2887.             "ItemTitle": "Calculator Module-Level Variables",
  2888.             "ItemIsFolder": 0,
  2889.             "ItemSectionType": "chpt",
  2890.             "ItemType": "chptleaf",
  2891.             "Edit": 0
  2892.         },
  2893.         {
  2894.             "ItemId": "LVB9800739",
  2895.             "Parent": "lvb9800736",
  2896.             "SortPath": 3,
  2897.             "ItemTitle": "Calculator Methods",
  2898.             "ItemIsFolder": 0,
  2899.             "ItemSectionType": "chpt",
  2900.             "ItemType": "chptleaf",
  2901.             "Edit": 0
  2902.         },
  2903.         {
  2904.             "ItemId": "LVB9800740",
  2905.             "Parent": "lvb9800723",
  2906.             "SortPath": 4,
  2907.             "ItemTitle": "Reusing the Calculator Object's Members",
  2908.             "ItemIsFolder": 1,
  2909.             "ItemSectionType": "chpt",
  2910.             "ItemType": "chptfolder",
  2911.             "Edit": 0
  2912.         },
  2913.         {
  2914.             "ItemId": "LVB9800741",
  2915.             "Parent": "lvb9800740",
  2916.             "SortPath": 1,
  2917.             "ItemTitle": "Instantiating a Calculator Object",
  2918.             "ItemIsFolder": 0,
  2919.             "ItemSectionType": "chpt",
  2920.             "ItemType": "chptleaf",
  2921.             "Edit": 0
  2922.         },
  2923.         {
  2924.             "ItemId": "LVB9800742",
  2925.             "Parent": "lvb9800740",
  2926.             "SortPath": 2,
  2927.             "ItemTitle": "Using the Object's Members",
  2928.             "ItemIsFolder": 0,
  2929.             "ItemSectionType": "chpt",
  2930.             "ItemType": "chptleaf",
  2931.             "Edit": 0
  2932.         },
  2933.         {
  2934.             "ItemId": "LVB9800743",
  2935.             "Parent": "lvb9800723",
  2936.             "SortPath": 5,
  2937.             "ItemTitle": "Self-Check",
  2938.             "ItemIsFolder": 0,
  2939.             "ItemSectionType": "chk",
  2940.             "ItemType": "chkleaf",
  2941.             "Edit": 0
  2942.         },
  2943.         {
  2944.             "ItemId": "LVB9800744",
  2945.             "Parent": "lvb9800723",
  2946.             "SortPath": 6,
  2947.             "ItemTitle": "Review Lab 12",
  2948.             "ItemIsFolder": 1,
  2949.             "ItemSectionType": "lab",
  2950.             "ItemType": "labfolder",
  2951.             "Edit": 0
  2952.         },
  2953.         {
  2954.             "ItemId": "LVB9800745",
  2955.             "Parent": "lvb9800744",
  2956.             "SortPath": 1,
  2957.             "ItemTitle": "Exercise 1: Revise an Existing Class Module",
  2958.             "ItemIsFolder": 0,
  2959.             "ItemSectionType": "lab",
  2960.             "ItemType": "lableaf",
  2961.             "Edit": 0
  2962.         },
  2963.         {
  2964.             "ItemId": "LVB9800746",
  2965.             "Parent": "lvb9800744",
  2966.             "SortPath": 2,
  2967.             "ItemTitle": "Exercise 2: Instantiate the Calculator Object",
  2968.             "ItemIsFolder": 0,
  2969.             "ItemSectionType": "lab",
  2970.             "ItemType": "labLeaf",
  2971.             "Edit": 0
  2972.         },
  2973.         {
  2974.             "ItemId": "LVB9800747",
  2975.             "Parent": "lvb9800744",
  2976.             "SortPath": 3,
  2977.             "ItemTitle": "Exercise 3: Call the New Method",
  2978.             "ItemIsFolder": 0,
  2979.             "ItemSectionType": "lab",
  2980.             "ItemType": "lableaf",
  2981.             "Edit": 0
  2982.         },
  2983.         {
  2984.             "ItemId": "LVB9800781",
  2985.             "Parent": "selfchecks",
  2986.             "SortPath": 1,
  2987.             "ItemTitle": "Chapter 1: Writing Your First Program",
  2988.             "ItemIsFolder": 0,
  2989.             "ItemSectionType": "chk",
  2990.             "ItemType": "chkLeaf",
  2991.             "Edit": 0
  2992.         },
  2993.         {
  2994.             "ItemId": "LVB9800782",
  2995.             "Parent": "selfchecks",
  2996.             "SortPath": 2,
  2997.             "ItemTitle": "Chapter 2: Working with Controls",
  2998.             "ItemIsFolder": 0,
  2999.             "ItemSectionType": "chk",
  3000.             "ItemType": "chkLeaf",
  3001.             "Edit": 0
  3002.         },
  3003.         {
  3004.             "ItemId": "LVB9800783",
  3005.             "Parent": "selfchecks",
  3006.             "SortPath": 3,
  3007.             "ItemTitle": "Chapter 3: Working with Menus and Dialog Boxes",
  3008.             "ItemIsFolder": 0,
  3009.             "ItemSectionType": "chk",
  3010.             "ItemType": "chkLeaf",
  3011.             "Edit": 0
  3012.         },
  3013.         {
  3014.             "ItemId": "LVB9800784",
  3015.             "Parent": "selfchecks",
  3016.             "SortPath": 4,
  3017.             "ItemTitle": "Chapter 4: Visual Basic Variables and Operators",
  3018.             "ItemIsFolder": 0,
  3019.             "ItemSectionType": "chk",
  3020.             "ItemType": "chkLeaf",
  3021.             "Edit": 0
  3022.         },
  3023.         {
  3024.             "ItemId": "LVB9800785",
  3025.             "Parent": "selfchecks",
  3026.             "SortPath": 5,
  3027.             "ItemTitle": "Chapter 5: Controlling Flow and Debugging",
  3028.             "ItemIsFolder": 0,
  3029.             "ItemSectionType": "chk",
  3030.             "ItemType": "chkLeaf",
  3031.             "Edit": 0
  3032.         },
  3033.         {
  3034.             "ItemId": "LVB9800786",
  3035.             "Parent": "selfchecks",
  3036.             "SortPath": 6,
  3037.             "ItemTitle": "Chapter 6: Using Loops and Timers",
  3038.             "ItemIsFolder": 0,
  3039.             "ItemSectionType": "chk",
  3040.             "ItemType": "chkLeaf",
  3041.             "Edit": 0
  3042.         },
  3043.         {
  3044.             "ItemId": "LVB9800787",
  3045.             "Parent": "selfchecks",
  3046.             "SortPath": 7,
  3047.             "ItemTitle": "Chapter 7: Working with Forms, Printers, and Error Handlers",
  3048.             "ItemIsFolder": 0,
  3049.             "ItemSectionType": "chk",
  3050.             "ItemType": "chkLeaf",
  3051.             "Edit": 0
  3052.         },
  3053.         {
  3054.             "ItemId": "LVB9800788",
  3055.             "Parent": "selfchecks",
  3056.             "SortPath": 8,
  3057.             "ItemTitle": "Chapter 8: Adding Artwork and Animation",
  3058.             "ItemIsFolder": 0,
  3059.             "ItemSectionType": "chk",
  3060.             "ItemType": "chkLeaf",
  3061.             "Edit": 0
  3062.         },
  3063.         {
  3064.             "ItemId": "LVB9800789",
  3065.             "Parent": "selfchecks",
  3066.             "SortPath": 9,
  3067.             "ItemTitle": "Chapter 9: Working with Modules and Procedures",
  3068.             "ItemIsFolder": 0,
  3069.             "ItemSectionType": "chk",
  3070.             "ItemType": "chkLeaf",
  3071.             "Edit": 0
  3072.         },
  3073.         {
  3074.             "ItemId": "LVB9800790",
  3075.             "Parent": "selfchecks",
  3076.             "SortPath": 10,
  3077.             "ItemTitle": "Chapter 10: Processing Text Files and Databases",
  3078.             "ItemIsFolder": 0,
  3079.             "ItemSectionType": "chk",
  3080.             "ItemType": "chkLeaf",
  3081.             "Edit": 0
  3082.         },
  3083.         {
  3084.             "ItemId": "LVB9800791",
  3085.             "Parent": "selfchecks",
  3086.             "SortPath": 11,
  3087.             "ItemTitle": "Chapter 11: Connecting to Microsoft Office",
  3088.             "ItemIsFolder": 0,
  3089.             "ItemSectionType": "chk",
  3090.             "ItemType": "chkLeaf",
  3091.             "Edit": 0
  3092.         },
  3093.         {
  3094.             "ItemId": "LVB9800792",
  3095.             "Parent": "selfchecks",
  3096.             "SortPath": 12,
  3097.             "ItemTitle": "Chapter 12: Creating Your Own Objects",
  3098.             "ItemIsFolder": 0,
  3099.             "ItemSectionType": "chk",
  3100.             "ItemType": "chkLeaf",
  3101.             "Edit": 0
  3102.         },
  3103.         {
  3104.             "ItemId": "LVB9800795",
  3105.             "Parent": "labs",
  3106.             "SortPath": 1,
  3107.             "ItemTitle": "Review Lab 1",
  3108.             "ItemIsFolder": 0,
  3109.             "ItemSectionType": "lab",
  3110.             "ItemType": "lableaf",
  3111.             "Edit": 0
  3112.         },
  3113.         {
  3114.             "ItemId": "LVB9800796",
  3115.             "Parent": "labs",
  3116.             "SortPath": 2,
  3117.             "ItemTitle": "Review Lab 2",
  3118.             "ItemIsFolder": 0,
  3119.             "ItemSectionType": "lab",
  3120.             "ItemType": "lableaf",
  3121.             "Edit": 0
  3122.         },
  3123.         {
  3124.             "ItemId": "LVB9800797",
  3125.             "Parent": "labs",
  3126.             "SortPath": 3,
  3127.             "ItemTitle": "Review Lab 3",
  3128.             "ItemIsFolder": 0,
  3129.             "ItemSectionType": "lab",
  3130.             "ItemType": "lableaf",
  3131.             "Edit": 0
  3132.         },
  3133.         {
  3134.             "ItemId": "LVB9800798",
  3135.             "Parent": "labs",
  3136.             "SortPath": 4,
  3137.             "ItemTitle": "Review Lab 4",
  3138.             "ItemIsFolder": 0,
  3139.             "ItemSectionType": "lab",
  3140.             "ItemType": "lableaf",
  3141.             "Edit": 0
  3142.         },
  3143.         {
  3144.             "ItemId": "LVB9800799",
  3145.             "Parent": "labs",
  3146.             "SortPath": 5,
  3147.             "ItemTitle": "Review Lab 5",
  3148.             "ItemIsFolder": 0,
  3149.             "ItemSectionType": "lab",
  3150.             "ItemType": "lableaf",
  3151.             "Edit": 0
  3152.         },
  3153.         {
  3154.             "ItemId": "LVB9800800",
  3155.             "Parent": "labs",
  3156.             "SortPath": 6,
  3157.             "ItemTitle": "Review Lab 6",
  3158.             "ItemIsFolder": 0,
  3159.             "ItemSectionType": "lab",
  3160.             "ItemType": "lableaf",
  3161.             "Edit": 0
  3162.         },
  3163.         {
  3164.             "ItemId": "LVB9800801",
  3165.             "Parent": "labs",
  3166.             "SortPath": 7,
  3167.             "ItemTitle": "Review Lab 7",
  3168.             "ItemIsFolder": 0,
  3169.             "ItemSectionType": "lab",
  3170.             "ItemType": "lableaf",
  3171.             "Edit": 0
  3172.         },
  3173.         {
  3174.             "ItemId": "LVB9800802",
  3175.             "Parent": "labs",
  3176.             "SortPath": 8,
  3177.             "ItemTitle": "Review Lab 8",
  3178.             "ItemIsFolder": 0,
  3179.             "ItemSectionType": "lab",
  3180.             "ItemType": "lableaf",
  3181.             "Edit": 0
  3182.         },
  3183.         {
  3184.             "ItemId": "LVB9800803",
  3185.             "Parent": "labs",
  3186.             "SortPath": 9,
  3187.             "ItemTitle": "Review Lab 9",
  3188.             "ItemIsFolder": 0,
  3189.             "ItemSectionType": "lab",
  3190.             "ItemType": "lableaf",
  3191.             "Edit": 0
  3192.         },
  3193.         {
  3194.             "ItemId": "LVB9800804",
  3195.             "Parent": "labs",
  3196.             "SortPath": 10,
  3197.             "ItemTitle": "Review Lab 10",
  3198.             "ItemIsFolder": 0,
  3199.             "ItemSectionType": "lab",
  3200.             "ItemType": "lableaf",
  3201.             "Edit": 0
  3202.         },
  3203.         {
  3204.             "ItemId": "LVB9800805",
  3205.             "Parent": "labs",
  3206.             "SortPath": 11,
  3207.             "ItemTitle": "Review Lab 11",
  3208.             "ItemIsFolder": 0,
  3209.             "ItemSectionType": "lab",
  3210.             "ItemType": "lableaf",
  3211.             "Edit": 0
  3212.         },
  3213.         {
  3214.             "ItemId": "LVB9800806",
  3215.             "Parent": "labs",
  3216.             "SortPath": 12,
  3217.             "ItemTitle": "Review Lab 12",
  3218.             "ItemIsFolder": 0,
  3219.             "ItemSectionType": "lab",
  3220.             "ItemType": "lableaf",
  3221.             "Edit": 0
  3222.         },
  3223.         {
  3224.             "ItemId": "LVB9800809",
  3225.             "Parent": "lvb9800079",
  3226.             "SortPath": 4,
  3227.             "ItemTitle": "Demonstration: Creating Menus",
  3228.             "ItemIsFolder": 0,
  3229.             "ItemSectionType": "mmonly",
  3230.             "ItemType": "mmonlyLeaf",
  3231.             "Edit": 0
  3232.         },
  3233.         {
  3234.             "ItemId": "LVB9800811",
  3235.             "Parent": "sampcode",
  3236.             "SortPath": 1,
  3237.             "ItemTitle": "Chapter 2: Working with Controls",
  3238.             "ItemIsFolder": 0,
  3239.             "ItemSectionType": "samponly",
  3240.             "ItemType": "samponlyLeaf",
  3241.             "Edit": 0
  3242.         },
  3243.         {
  3244.             "ItemId": "LVB9800812",
  3245.             "Parent": "sampcode",
  3246.             "SortPath": 2,
  3247.             "ItemTitle": "Chapter 3: Working with Menus and Dialog Boxes",
  3248.             "ItemIsFolder": 0,
  3249.             "ItemSectionType": "samponly",
  3250.             "ItemType": "samponlyLeaf",
  3251.             "Edit": 0
  3252.         },
  3253.         {
  3254.             "ItemId": "LVB9800813",
  3255.             "Parent": "sampcode",
  3256.             "SortPath": 3,
  3257.             "ItemTitle": "Chapter 4: Visual Basic Variables and Operators",
  3258.             "ItemIsFolder": 0,
  3259.             "ItemSectionType": "samponly",
  3260.             "ItemType": "samponlyLeaf",
  3261.             "Edit": 0
  3262.         },
  3263.         {
  3264.             "ItemId": "LVB9800814",
  3265.             "Parent": "sampcode",
  3266.             "SortPath": 4,
  3267.             "ItemTitle": "Chapter 5: Controlling Flow and Debugging",
  3268.             "ItemIsFolder": 0,
  3269.             "ItemSectionType": "samponly",
  3270.             "ItemType": "samponlyLeaf",
  3271.             "Edit": 0
  3272.         },
  3273.         {
  3274.             "ItemId": "LVB9800815",
  3275.             "Parent": "sampcode",
  3276.             "SortPath": 5,
  3277.             "ItemTitle": "Chapter 7: Working with Forms, Printers, and Error Handlers",
  3278.             "ItemIsFolder": 0,
  3279.             "ItemSectionType": "samponly",
  3280.             "ItemType": "samponlyLeaf",
  3281.             "Edit": 0
  3282.         },
  3283.         {
  3284.             "ItemId": "LVB9800816",
  3285.             "Parent": "sampcode",
  3286.             "SortPath": 6,
  3287.             "ItemTitle": "Chapter 9: Working with Modules and Procedures",
  3288.             "ItemIsFolder": 0,
  3289.             "ItemSectionType": "samponly",
  3290.             "ItemType": "samponlyLeaf",
  3291.             "Edit": 0
  3292.         },
  3293.         {
  3294.             "ItemId": "LVB9800817",
  3295.             "Parent": "sampcode",
  3296.             "SortPath": 7,
  3297.             "ItemTitle": "Chapter 10: Working with Text Files and Databases",
  3298.             "ItemIsFolder": 0,
  3299.             "ItemSectionType": "samponly",
  3300.             "ItemType": "samponlyLeaf",
  3301.             "Edit": 0
  3302.         },
  3303.         {
  3304.             "ItemId": "LVB9800818",
  3305.             "Parent": "mm",
  3306.             "SortPath": 1,
  3307.             "ItemTitle": "Chapter 1: Writing Your First Program",
  3308.             "ItemIsFolder": 0,
  3309.             "ItemSectionType": "mmonly",
  3310.             "ItemType": "mmonlyLeaf",
  3311.             "Edit": 0
  3312.         },
  3313.         {
  3314.             "ItemId": "LVB9800819",
  3315.             "Parent": "mm",
  3316.             "SortPath": 2,
  3317.             "ItemTitle": "Chapter 2: Working with Controls",
  3318.             "ItemIsFolder": 0,
  3319.             "ItemSectionType": "mmonly",
  3320.             "ItemType": "mmonlyLeaf",
  3321.             "Edit": 0
  3322.         },
  3323.         {
  3324.             "ItemId": "LVB9800820",
  3325.             "Parent": "mm",
  3326.             "SortPath": 3,
  3327.             "ItemTitle": "Chapter 3: Working with Menus and Dialog Boxes",
  3328.             "ItemIsFolder": 0,
  3329.             "ItemSectionType": "mmonly",
  3330.             "ItemType": "mmonlyLeaf",
  3331.             "Edit": 0
  3332.         },
  3333.         {
  3334.             "ItemId": "LVB9800821",
  3335.             "Parent": "mm",
  3336.             "SortPath": 4,
  3337.             "ItemTitle": "Chapter 4: Visual Basic Variables and Operators",
  3338.             "ItemIsFolder": 0,
  3339.             "ItemSectionType": "mmonly",
  3340.             "ItemType": "mmonlyLeaf",
  3341.             "Edit": 0
  3342.         },
  3343.         {
  3344.             "ItemId": "LVB9800822",
  3345.             "Parent": "mm",
  3346.             "SortPath": 5,
  3347.             "ItemTitle": "Chapter 5: Controlling Flow and Debugging",
  3348.             "ItemIsFolder": 0,
  3349.             "ItemSectionType": "mmonly",
  3350.             "ItemType": "mmonlyLeaf",
  3351.             "Edit": 0
  3352.         },
  3353.         {
  3354.             "ItemId": "LVB9800823",
  3355.             "Parent": "mm",
  3356.             "SortPath": 6,
  3357.             "ItemTitle": "Chapter 6: Using Loops and Timers",
  3358.             "ItemIsFolder": 0,
  3359.             "ItemSectionType": "mmonly",
  3360.             "ItemType": "mmonlyLeaf",
  3361.             "Edit": 0
  3362.         },
  3363.         {
  3364.             "ItemId": "LVB9800824",
  3365.             "Parent": "mm",
  3366.             "SortPath": 7,
  3367.             "ItemTitle": "Chapter 7: Working with Forms, Printers and Error Handlers",
  3368.             "ItemIsFolder": 0,
  3369.             "ItemSectionType": "mmonly",
  3370.             "ItemType": "mmonlyLeaf",
  3371.             "Edit": 0
  3372.         },
  3373.         {
  3374.             "ItemId": "LVB9800825",
  3375.             "Parent": "mm",
  3376.             "SortPath": 8,
  3377.             "ItemTitle": "Chapter 8: Adding Artwork and Animation",
  3378.             "ItemIsFolder": 0,
  3379.             "ItemSectionType": "mmonly",
  3380.             "ItemType": "mmonlyLeaf",
  3381.             "Edit": 0
  3382.         },
  3383.         {
  3384.             "ItemId": "LVB9800826",
  3385.             "Parent": "mm",
  3386.             "SortPath": 9,
  3387.             "ItemTitle": "Chapter 9: Working with Modules and Procedures",
  3388.             "ItemIsFolder": 0,
  3389.             "ItemSectionType": "mmonly",
  3390.             "ItemType": "mmonlyLeaf",
  3391.             "Edit": 0
  3392.         },
  3393.         {
  3394.             "ItemId": "LVB9800827",
  3395.             "Parent": "mm",
  3396.             "SortPath": 10,
  3397.             "ItemTitle": "Chapter 10: Working with Text Files and Databases",
  3398.             "ItemIsFolder": 0,
  3399.             "ItemSectionType": "mmonly",
  3400.             "ItemType": "mmonlyLeaf",
  3401.             "Edit": 0
  3402.         },
  3403.         {
  3404.             "ItemId": "LVB9800828",
  3405.             "Parent": "mm",
  3406.             "SortPath": 11,
  3407.             "ItemTitle": "Chapter 11: Connecting to Microsoft Office",
  3408.             "ItemIsFolder": 0,
  3409.             "ItemSectionType": "mmonly",
  3410.             "ItemType": "mmonlyLeaf",
  3411.             "Edit": 0
  3412.         },
  3413.         {
  3414.             "ItemId": "LVB9800829",
  3415.             "Parent": "mm",
  3416.             "SortPath": 12,
  3417.             "ItemTitle": "Chapter 12: Creating Your Own Objects",
  3418.             "ItemIsFolder": 0,
  3419.             "ItemSectionType": "mmonly",
  3420.             "ItemType": "mmonlyLeaf",
  3421.             "Edit": 0
  3422.         },
  3423.         {
  3424.             "ItemId": "LVB9800835",
  3425.             "Parent": "mm",
  3426.             "SortPath": 13,
  3427.             "ItemTitle": "What's Next",
  3428.             "ItemIsFolder": 0,
  3429.             "ItemSectionType": "mmonly",
  3430.             "ItemType": "mmonlyLeaf",
  3431.             "Edit": 0
  3432.         },
  3433.         {
  3434.             "ItemId": "LVB9800836",
  3435.             "Parent": "LVB9800268",
  3436.             "SortPath": 3,
  3437.             "ItemTitle": "Microsoft Outlook",
  3438.             "ItemIsFolder": 0,
  3439.             "ItemSectionType": "chpt",
  3440.             "ItemType": "chptLeaf",
  3441.             "Edit": 0
  3442.         },
  3443.         {
  3444.             "ItemId": "mm",
  3445.             "SortPath": 3,
  3446.             "ItemTitle": "Multimedia",
  3447.             "ItemIsFolder": 1,
  3448.             "ItemSectionType": "mmonly",
  3449.             "ItemType": "mmonlyfolder",
  3450.             "Edit": 0
  3451.         },
  3452.         {
  3453.             "ItemId": "sampcode",
  3454.             "SortPath": 4,
  3455.             "ItemTitle": "Sample Code",
  3456.             "ItemIsFolder": 1,
  3457.             "ItemSectionType": "lab",
  3458.             "ItemType": "labFolder",
  3459.             "Edit": 0
  3460.         },
  3461.         {
  3462.             "ItemId": "selfchecks",
  3463.             "SortPath": 5,
  3464.             "ItemTitle": "Self-Check Questions",
  3465.             "ItemIsFolder": 1,
  3466.             "ItemSectionType": "chk",
  3467.             "ItemType": "chkFolder",
  3468.             "Edit": 0
  3469.         }
  3470.     ]
  3471. }